Hi - I have a large script that within which I have a number of handlers. I also have a large set of records. I cannot get the handlers to use the contents of the records so my current workaround is to remove the handlers and drop their code into the relevant points in the script to make this script effectively one large RUN handler. I understand a bit about set, global and property - but not sure how to apply this scope setting to a record list. is there a way to make a set of records scope global across all handlers in the script?
thanks
thanks