B
Bernard Bourée
I'm coding a complex system which require thousands of varaibles.
I would like to create most of them dynamicly with a template.
for exemple I woould like to be able to declare my varaibles as follows
Dim s1, s2 as string
Dim s1 & s2 as Decimal
Of course it does not work.
Is there a working arround ?
I would like to create most of them dynamicly with a template.
for exemple I woould like to be able to declare my varaibles as follows
Dim s1, s2 as string
Dim s1 & s2 as Decimal
Of course it does not work.
Is there a working arround ?