hi, im trying to split some text file from Text1.Text (Multiline)
from a text1.text it appears like this
what im trying to do is get the REMOTE: so it will appear on my text1.textLocation 1
CENTER: 12345
REMOTE: +1234
MESSAGE: OKAY
because what i did is the Text1.text(multiline) = false+1234
and my code
VB Code:
text1.text = split(text1.text,"+",,vbTextCompare) (1)




Reply With Quote