2004-01-07 10:20 PM
2004-01-07 10:41 PM
TomWaltz wrote:The answer is SPLIT(), look in the Index of the Cookbook for that, if its Cookbook 3 that you have. Should be in the manual too.
I've been rooting around in the GDL manual & cookbook, without any luck so far....
Is there a way to convert a text string of numbers (such as "4" fed from a "Values" list) to be an integer, so I can use it for calculation?
2004-01-07 10:41 PM
2004-01-07 11:00 PM
2004-01-08 12:03 AM
TomWaltz wrote:Be sure that the Parameter type is "Integer" and not "Real Number".
it was the quotes. Doh!!
My problem now is that my numbers are reading 4.00 and 12.00.... how do I kill the decimal points?