T
tbergman
Guest
Since you expressed interest in a .Net solution, you may want to play with this as a possibility DEF VAR xx AS CHAR. xx = "There are numbers in43434343this string: 40, 30, and 10.". DEF VAR foo AS CHAR EXTENT. foo = System.Text.RegularExpressions.Regex:Split(xx, "\D+"). MESSAGE foo[1] foo[2] foo[3] VIEW-AS ALERT-BOX.
Continue reading...
Continue reading...