Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Having some data of this text form : "Aname = 1236.65" ; we want recover the value 1236.65.
the "Aname" my change ; But we're sure that "=" is still present.
vl-string-left-trim appears to be the perfect solution (according to it's definition):
Removes the specified characters from the beginning of a string
(vl-string-left-trim character-set string)
Arguments: character-set: A string listing the characters to be removed
string : The string to be stripped of character-set.
Return Values : A string containing a substring of string with all leading characters in character-set removed
Any idea !
Solved! Go to Solution.