Home › Forums › Problems and solutions in GDL › Informations from the environment › change text to number › Reply To: change text to number
January 5, 2018 at 19:55
#3717
Denny Wong
Participant
Hi there,
Here’s a sample:
n = split("1/50", "%n%s%n", j,k,l)
print "Scale is ", j, " to ", l, " or ", j*2, " to ", l*2, " if you are really mad"