Searched refs:inputStr (Results 1 – 2 of 2) sorted by relevance
3221 Function stripLastBackslash(inputStr As String) As String3227 If Len(inputStr) > MIN_DIR_SIZE Then3229 lastStrChar = Right(inputStr, 1)3231 inputStr = Left(inputStr, Len(inputStr) - 1)3234 stripLastBackslash = inputStr3240 stripLastBackslash = inputStr
286 String[][] inputStr = { { "Area", "Item", "Count" }, { "1", "2", "3" }, in insertChartToOpenedSC() local301 inputCells(inputStr); in insertChartToOpenedSC()
Completed in 26 milliseconds