Curious - is anyone aware of a limit on the size of a variable in RunRev? I didn't see 
anything in the limitations section of the docs...

I ask because I have a function that goes through and replaces a whole bunch of stuff 
in a variable ie:

Function replaceStuff
replace "wordA" with VariableA in VariableZ
replace "wordC" with VariableC in VariableZ
replace "wordX" with VariableX in VariableZ
end ReplaceSTuff

When I hit the last line of this function, I get a system crash, and revolution quits 
out.

VariableZ is about 140K and variableX is about 170K

What's interesting, is that in the case that crashes reliably (as in everytime) 
VariableZ does not contain wordX

Any ideas? I figure that the next thing I will try, just to troubleshoot, is plopping 
VariableZ into field "Z" and doing the replace on that instead, since fields are 
unlimited...
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to