08-30-2022, 06:18 AM
Variable + Suffix is basically an unique being, non dependent on other definitions.
DIM x AS LONG
x! = 2.2
x$ = "foo"
x%% = 3
x~&& = 1234567890987654
x = 1234
All the above are valid and unique variables.
DIM x AS LONG
x! = 2.2
x$ = "foo"
x%% = 3
x~&& = 1234567890987654
x = 1234
All the above are valid and unique variables.