victormedranop Well-Known Member Licensed User Longtime User Jul 18, 2016 #1 I have some issue trying to remove the first 10 char from string. any one can help me, please !! regards, Victor
I have some issue trying to remove the first 10 char from string. any one can help me, please !! regards, Victor
mangojack Expert Licensed User Longtime User Jul 18, 2016 #2 victormedranop said: I have some issue trying to remove the first 10 char from string. Click to expand... B4X: Dim str As String = "123456789123456" str = str.SubString(10) Log (str) Upvote 0
victormedranop said: I have some issue trying to remove the first 10 char from string. Click to expand... B4X: Dim str As String = "123456789123456" str = str.SubString(10) Log (str)
victormedranop Well-Known Member Licensed User Longtime User Jul 18, 2016 #3 Ufff so simple?? let me try Upvote 0
victormedranop Well-Known Member Licensed User Longtime User Jul 18, 2016 #4 Like a charm, thanks !!!!!!!!! big magojack victormedranop said: Ufff so simple?? let me try Click to expand... Upvote 0
Like a charm, thanks !!!!!!!!! big magojack victormedranop said: Ufff so simple?? let me try Click to expand...