Archive: String manipulation


String manipulation
Dear sir,

how to check whether a string '1.0.0.0' ($a) is less than '1.0.1.0' ($b) at run time? or else how read letter by letter in a string. eg. when a=1.0.0.0 only 1 has to be returned. when a=2.0.0.0 return 2 (i.e., value upto first dot). thanks in advance

regards
Devdas M. Kamath:confused:


I think VersionCompare (E.3.16) will help You.

AL