In BlitzPlus, I can do implicit type conversion like this:
which, I suppose, is equivalent to:
in older basic dialects.
What do I do in Max, and are there other rules for similar type conversions - I am trying to convert a large Blitzplus application to Max, and it is hard work!
Global current_year=Right$(CurrentDate$(),4)
which, I suppose, is equivalent to:
current_year=val(Right$(CurrentDate$(),4))
in older basic dialects.
What do I do in Max, and are there other rules for similar type conversions - I am trying to convert a large Blitzplus application to Max, and it is hard work!