Compare numeric strings with leading zeros

Colin Holgate colinholgate at gmail.com
Wed Sep 2 23:49:26 EDT 2015


Is there ever a case where this would return true?:

put "005" into a
put "5" into b
answer a = b and length(a) = length(b)





More information about the use-livecode mailing list