09-04-2012, 07:08 AM
Hmm. I see.
But instead of the classical DEFAULT a-z or the like, just declare someting like:
Or something like that? Anyway, I think it's a good idea (I created the compiler with a default type in mind, and can be easily set up
)
But instead of the classical DEFAULT a-z or the like, just declare someting like:
Code:
DEFAULT As Integer
' Or
DIM DEFAULT As Integer
' OR
DIM As Integer By Default
