More on Revolution as a CGI Server on OS X
    J. Landman Gay 
    jacque at hyperactivesw.com
       
    Fri Sep 10 01:04:28 EDT 2004
    
    
  
On 9/8/04 2:38 PM, Gregory Lypny wrote:
> Hello again,
> 
> Well, it works marvellously.  But as always, questions arise.
> 
> 1.  Extracting information from individual cards.  I just want to 
> confirm that in using stack handlers, we can refer to objects but we 
> cannot go to them.  So, for example, I have found that
> 
>     go to card 2
>     put fld "Password"
> 
> does not work, but
> 
>     put fld "Password" of card 2
> 
> does.  Is the second way the only way that will work?
I think so. The "go" command is a GUI thing and hangs my test script.
-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
    
    
More information about the use-livecode
mailing list