On Tue, Dec 22, 2009 at 9:13 PM, Jim Ault <[email protected]> wrote: > Using the script below, I get an error > Can't find handler > when executing the line with 'tempp' in it > and the script stops. > Why can't I set a variable to a value using put? > > ------------------ > <html> > <?rev > breakpoint > put "line of something" & "<BR>" > put "num 1" into tempp > put "tree leaves are green" > ?> > </html> > -----output is---------- > line of something > num 1 > ---------------------
I copied your script into an irev file and it works perfectly <http://troz.on-rev.com/test.irev> Are you sure you don't have some weird characters in there? Are you using the On-Rev editor or something else - if something else, have you checked the line endings? Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
