Message 1 of 2

Not applicable
01-14-2011
02:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a script that exports some Structure values to a file.
When i try to import those values thought the 'readvalue' method, i get the error:
-- Compile error: Undeclared variable: charItems
charItems is the value of the structure.
Now, if i pre-define this structure in the Listener, readvalue will then correctly recognize the charItems structure and import properly without any errors.
What am i doing wrong? My structure is defined in the same script, at the top of the rollout definition...
When i try to import those values thought the 'readvalue' method, i get the error:
-- Compile error: Undeclared variable: charItems
charItems is the value of the structure.
Now, if i pre-define this structure in the Listener, readvalue will then correctly recognize the charItems structure and import properly without any errors.
What am i doing wrong? My structure is defined in the same script, at the top of the rollout definition...
Solved! Go to Solution.