G
Guest
Hi!
I would like to dim variables using dynamic code, like following:
Dim type as String = "Integer"
Dim variable as [type]
(the issue is in fact about my own types,
but let us isolate the issue using the native types)
Best regards,
Benjamin
I would like to dim variables using dynamic code, like following:
Dim type as String = "Integer"
Dim variable as [type]
(the issue is in fact about my own types,
but let us isolate the issue using the native types)
Best regards,
Benjamin