hi,
You can keep the reference of a label in a "Code Module"?
if I try:
sub Process_Globals
Dim Lab As Label
end Sub
Configure Sub (L As Label)
Lab = L
end Sub
I get an error:
Error compiling program.
Error Description: Can not access object from sub Process_Globals activity.
You can keep the reference of a label in a "Code Module"?
if I try:
sub Process_Globals
Dim Lab As Label
end Sub
Configure Sub (L As Label)
Lab = L
end Sub
I get an error:
Error compiling program.
Error Description: Can not access object from sub Process_Globals activity.