bruno.trudo
Board Regular
- Joined
- Jan 14, 2004
- Messages
- 98
Hi all,
I am not sure I call this topic by right name. What I have on my mind is:
In the module there are defined some constants, string type, containing error messages.
A function call can return an error code which corresponds to one from the constants names. Returned error code is stored in a string variable and coresponds to one constant's name.
Can I use the error code in the same way like const name?
Thanks
Bruno
I am not sure I call this topic by right name. What I have on my mind is:
In the module there are defined some constants, string type, containing error messages.
A function call can return an error code which corresponds to one from the constants names. Returned error code is stored in a string variable and coresponds to one constant's name.
Can I use the error code in the same way like const name?
Thanks
Bruno