David Bovill wrote:
> 
> OK getting back to some CGI stuff...
> 
> Help from all you experts out there required.  I have an MC based CGI
> working but when I use the following lines within the standard "echo.mt"
> test script I get errors:
> 
>   -- go to stack "database.mc" -- error

Go wants to "open" a stack which you probably don't want.

> 
>   -- start using stack "database.mc"  -- no problem but...

Start using "database" should be enough.

>   -- put getData() into buffer -- error

Be aware that the 2 stacks don't share local variables. One stack does
getData() and "returns" stuff, the other, gets stuff in "the result".

> 
> Now getData() is a very simple function in the stack script of the MC stack
> "database.mc" on the server - it just return "hello"
> 
> I am not clear what can and can't be done with these scripts as I had
> largely worked with MC based server stuff where it is all possible, so
> anyone help with my confusion???
> 
> Archives: http://www.mail-archive.com/[email protected]/
> Info: http://www.xworlds.com/metacard/mailinglist.htm
> Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Andu

Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to