|
Sivan Thiruvengadam wrote:
local GUIERRORBASE = 5000 -- Common Error Returned By BRSTK local BRSTK_VALIDATION_SUCCESS = 0 local BRSTK_VALIDATION_FAILURE = GUIERRORBASE+1001
<snip>
local BRSTK_END_OF_FILE = GUIERRORBASE+1011 -- It goes like this for 500 variables.
Hmmm, that just cries out for a table... Ralph