Ask a Question related to Macromedia Director Lingo, Design and Development.
-
babybruin #1
using 'do' with arguments
hello
im wondering if you can pass arguments with the 'do' command?
like:
on event
h = "handler"
do h("args")
end
on handler args
put "hi there: " & args
end
the documentation (lingo dictrionary) doesnt seem to show this being possible.
just says: "do stringExpression". any idea if theres a way to pass those arguments?
thanks in advance
babybruin Guest
-
JVM Arguments
hello, I would like to know if we can define several directories for the "libPath" attribute in the coldfusion MX 7 administrator to have different... -
Getting URL arguments
I'm trying to read the arguments of the URL for the document. I'm new to PHP and can't figure it out. I've played around with $_SERVER but the... -
[PHP] Function arguments
Hello, If you are worried about this issue your best option is to switch to an object oriented approach. all the best Hardik Doshi wrote: -
showDialogModal and arguments
Hi Group, I need to open a modal window (a search form) from a link on the main form. I'm also passing it a parameter - a table name, so the call... -
exec for EXE with arguments
hi i'd like to call an exe with several parameters like this: the parameter -name= must have quotes from beginning til end because of the Spaces...



Reply With Quote

