[Server] create stack trouble

Andrew Kluthe andrew at rjdfarm.com
Fri Aug 5 13:34:50 EDT 2011


Was just trying to test out some things on my on-rev account. This is a
simple little script to take a $_GET string, show me the defaultFolder, and
create a stack on disk named after that string.

No errors, but the stack isn't being created. I am using the new .lc
extension.

<?lc

     put "Your company name is" && $_GET["company"]

 put cr & cr & the defaultFolder

 create stack $_GET["company"]
 --save stack $_GET["company"]

?>


Insights?



More information about the use-livecode mailing list