Hello, In other languages i have this fuctions to handle strings, can you say which are like that?
I used
Left, Right and Middle
U have an string as "abcdefg" name chain
and
Left(chain, 2) give "a"
Right(chain,2) give "g"
and Middle(chain,3,2) gives "cd"
Need know how handle this, i need parse some incoming strings
Best regards
Osvaldo
I used
Left, Right and Middle
U have an string as "abcdefg" name chain
and
Left(chain, 2) give "a"
Right(chain,2) give "g"
and Middle(chain,3,2) gives "cd"
Need know how handle this, i need parse some incoming strings
Best regards
Osvaldo