Johannes
05-03-2011, 12:23
Is it possible to invoke the ALIAS command during initialisation (function LoadLocalSymbols) of a user module?
This would be for my BigInt module: I want to have BigInt as an alias for String, so it will be clearer which variables are used as Big Integers and which are normal strings.
Alias String As BigIntFor now I've added the above line as "optional" code in my manual, just after loading of the module, but it would be nice if the module did this for the user.
This would be for my BigInt module: I want to have BigInt as an alias for String, so it will be clearer which variables are used as Big Integers and which are normal strings.
Alias String As BigIntFor now I've added the above line as "optional" code in my manual, just after loading of the module, but it would be nice if the module did this for the user.