List I understand an integer Can be 1 999 999 999 according to help file, I have a value 1 081 000 149 as an example.
It stores fine in db_field as integer. (I do realize I am close to limit) However if I have a variable fields it truncates. If I in the variable field I have it as text and do: Set var myinteg = ((int(mytext)) it still truncates. Is this an old legacy bug? Or am I missing something? Gunnar Ekblad Kontema IT AB Hästholmsvägen 32 131 30 Nacka Sweden

