The OP is describing an "evaluate" function that executes code on the fly based on variable values. See JavaScript's eval() function for a similar concept.
For example, maybe I have some variables like WIDGET and EVENT, and I
want to dynamically generate the label to an internal subroutine:
EVALUATE('GOSUB ':WIDGET:'.':EVENT)
rex
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users
