MSIR.0766 (Vartype) can't be Global or Session: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
Line 1: Line 1:
An attempt was made to declare a variable as Global or Session but that variable was not an object. If the variable is a simple datatype or a structure, that datatype or structure can be embedded inside a class and then an object variable of that class could be declared global. A little awkward, perhaps, but not too difficult. If the variable is an array, it might be easiest to define the variable as a collection, instead. For more information about collections see the ''Janus SOAP Reference Manual''.
An attempt was made to declare a variable as Global or Session but that variable was not an object. If the variable is a simple datatype or a structure, that datatype or structure can be embedded inside a class and then an object variable of that class could be declared global. A little awkward, perhaps, but not too difficult. If the variable is an array, it might be easiest to define the variable as a collection, instead. For more information about collections see the ''Janus SOAP Reference Manual''.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0600 - MSIR.0799]]

Revision as of 16:05, 13 August 2015

An attempt was made to declare a variable as Global or Session but that variable was not an object. If the variable is a simple datatype or a structure, that datatype or structure can be embedded inside a class and then an object variable of that class could be declared global. A little awkward, perhaps, but not too difficult. If the variable is an array, it might be easiest to define the variable as a collection, instead. For more information about collections see the Janus SOAP Reference Manual.