05-03-2024, 12:59 PM
Quote:but we incur into a "Name already in use" error if we write:
DIM A AS INTEGER
DIM A AS STRING
ah, there is no suffix for qb64 to tell the differenece between the 2 a's
this lets you define everything as a type unless you explicitly say something different
DefInt A-Z
Dim A As String
b = b + ...