alluran Adept
Joined: 14 Sep 2005 Posts: 223 Location: Sydney, Australia
|
Posted: Thu Jan 31, 2008 9:49 am
[Bug 2.18] XML Export |
XML Exports can't be read back in if you store the return value of %ansi(#) in a variable, for example, i have a script which sets a status variable, eg
Code: |
#var PortalStatus {%ansi(12)"( "%ansi(15)"Portals On "%ansi(12)")"}
|
But if i export, and re-import the package, the import bugs when it hits the ansi characters |
|