Colleagues,
Being working in VFP for so long (1997-2019), and last time working in VB 13+ years ago, I cannot find if there is in VB.NET something similar to VFP's .H file with all those #DEFINE statements.
Essentially, I need to define an array in header/resource file, and #INCLUDE (or just include) this file into the project. This array is to be used to optimize the code in VB .NET by replacing excessive If-ElseIf-... with For-Next cycle.
AHWBGA!
Regards,
Ilya
Being working in VFP for so long (1997-2019), and last time working in VB 13+ years ago, I cannot find if there is in VB.NET something similar to VFP's .H file with all those #DEFINE statements.
Essentially, I need to define an array in header/resource file, and #INCLUDE (or just include) this file into the project. This array is to be used to optimize the code in VB .NET by replacing excessive If-ElseIf-... with For-Next cycle.
AHWBGA!
Regards,
Ilya