command-line/CGI Revolution engine questions
Pierre Sahores
psahores at easynet.fr
Tue Sep 2 00:39:01 EDT 2003
Le mar 02/09/2003 03:45, J. Landman Gay a crit :
> On 9/1/03 4:05 PM, Pierre Sahores wrote:
>
> > All the metatalk/transcript syntax works, except "idle" and, of course,
> > the display and graphical dedicated functions/commands.
>
> Has anyone been able to get "find" to work in a cgi? I think I remember
> someone said they could, but I have never been able to.
Hi Jacque,
Did you try this ?
#!mc -- cgi script text file
on startup
...
start using stack "FindContainer"
-- regular IDE builded stack, unlaunched but
-- stored in the same directory than the cgi script one
go cd 1 of stack "FindContainer"
find "azerty"
put the target
...
end startup
This should work ;-)
Kind Regards, Pierre
More information about the use-livecode
mailing list