2 questions

Klaus Major klaus at major-k.de
Sat Feb 26 14:46:24 EST 2005


Hi Rob,

> Is there a revolutionary equivalence for this Toolbook example
>
> 1.
> to get mydate
> return label of button "today"
> end
> suppose the label = "24-02-2005"
> then this command will show that:
> put mydate()

Create a function, as Mark suggested:

function mydate
    return the label of btn "today"
end mydate

> 2.
> In Toolbook you may create a viewer
> With a viewer you can look inside
> each toolbookapplication, whithout opening it

???

What exactly do you want to look at?

You can access stacks that are not loaded, if you like
pull out anything you want from them :-)

Need more info here...

> Rob
>
> robmeyer at hetnet.nl
> www.japrosoft.com
> no more spam: Mailwasher Pro
> http://www.firetrust.com/products/pro/
> and please mention my emailaddress...

Regards

Klaus Major
klaus at major-k.de
http://www.major-k.de



More information about the use-livecode mailing list