Mzscript 0.9b4 jam4 problem Thread last updated on 2003-10-12 14:24:28

Posted by member 2018 on 2003-10-12 13:41:33

this bang always sets the var incompletely
!varset w5text "%= CPU:[cpu] RAM:[memInUse()]/[memTotal()] SWAP: [swapInUse()]/[swapTotal()] %="

to this
w5text " C

it should be this
w5text " CPU:[cpu] RAM:[memInUse()]/[memTotal()] SWAP: [swapInUse()]/[swapTotal()] "


it does this regardless of how i call it from the popup, lsx, or AE3.

any ideas?

TIA

Posted by member 37809 on 2003-10-12 14:06:47 link

use textedit2 instead. i don't know when (i.e. long time now) mzscript lost support for spaces when saving vars. they're okay while in memory (not sure, they might be easily corruptible), they just don't get saved right.

Posted by member 2018 on 2003-10-12 14:24:28 link

Thanks TNL, i was trying to avoid using textedit. cause if mzs could do it. why add an extra module?