02-13-2012 06:15 PM
I understand how to access the fileglobals in sequential model by getting the sequence file's object reference and using GetValNumber but if I am using the parallel model, how do I access a specific socket's fileglobals?
02-14-2012 12:21 PM
Directly accessing variables from the OI is usually frowned on as it couples the functionality of the OI to a particular sequence file. You should probably look into sending UI Messages from the sequence to the OI with the data that you're interested in.