Hello friends,
I am now trying an approach to use a HASH instead of individual variables.
So far, I have named the HASH hApp.
But I think the source code is easier to read if you just use h[] as the name.
You can then see the HashKey better.
First, I define a hash.
Then, when I need a variable somewhere, I insert a new key to be able to access it throughout the program.
An xBrowse(h) shows all keys - variables - used in the program with their current value.
This function shows all the "variables" used, the keys and values.
Best regards,
Otto