Monday, 19 August 2013

save global variables in spreadsheet

save global variables in spreadsheet

I have a module with a load of global variables. I would like the name of
the global variables in this module to be saved in the first column, and
the global variable value to be saved in the second column
i.e public variable1 as string public variable2 as string public variable3
as string
variable1 = David
variable2 = Chicken
Variable3 = Apple
column a: variable1, variable2, variable3 column b: david,chicken,apple

No comments:

Post a Comment