Marcel Kilgus wrote:
Dave Walker wrote:What is needed is some way to load toolkits "locally" to a particular instance of SBasic rather than as system wide global settings. As to whether anyone could think of a way to enhance SBasic to achieve this is another matter.Easy: just lrespr it within the particular SBASIC instance. The commands will NOT show up in the other instances. Marcel
This isn't a solution for the 'words clashes', I'm afraid.
Let me take an example to illustrate this:
I'd like to use W. Lenerz' 'array_bin' because it allows me to save arrays to a file( and load them from one). 'Array_bin' contains 'search'(to find a string in an array). The program I'm working on needs Howells' 'Dbas_sys'(database engine) which also contains 'search'(to find the content of a field).
Both 'search' are incompatible.
So, it is impossible to use the features of both extensionsin the same Sbasic program.
Fran�ois Van Emelen
