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?
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to