Will, I stand corrected on that one. So far in 20 odd years of programmingNeither have I .
in MV I haven't needed to worry about it.
Now Will raises a terrific question. If A = "1" assigns 1 as numeric. HowPiece of cake . Write a program with the statements in it and step through it in the
would you determine if A contained a numeric or a string in this case?
debugger. Result shows clearly that
A = 1
now A is reported as INTEGER 1
A = "1"
now A ir reported as
( used uv10.0.1 for teh test) -- mats
-- u2-users mailing list [EMAIL PROTECTED] http://www.oliver.com/mailman/listinfo/u2-users
