T
tshad
Is there a way to set up global subs and functions?
I just want to put some functions (such as bittest, bitclear, bitset - I
know there are already bitarray functions) that all my screens can access
directly without setting up includes or controls. I know that you can put
global variable ( for application and sessions) and code to manipulate them
in the global.asax file, but what about functions?
Thanks,
Tom.
I just want to put some functions (such as bittest, bitclear, bitset - I
know there are already bitarray functions) that all my screens can access
directly without setting up includes or controls. I know that you can put
global variable ( for application and sessions) and code to manipulate them
in the global.asax file, but what about functions?
Thanks,
Tom.