Hi
I seem to recall there's a way to get automatic datatypes in declarations based on prefix. For example:
Dim intUser
will automatically make this an Integer type, because of the Int prefix. IIRC, the programmer has to define someplace what prefixes go with what types.
Anyone know about this?
thx