Hi,
lets say that i have a string like this
StringA = "help me please guys"
and i have another string variable that i want to put the word "guys" in. The only problem is that this is a tab delimited text file so all the spaces that you see in stringa are actually tabs...so my question is how do i start from the end of the string, and just cut off everything before the last tab and save it into stringb? thanks
lets say that i have a string like this
StringA = "help me please guys"
and i have another string variable that i want to put the word "guys" in. The only problem is that this is a tab delimited text file so all the spaces that you see in stringa are actually tabs...so my question is how do i start from the end of the string, and just cut off everything before the last tab and save it into stringb? thanks