> Josh Dye wrote:
> 
> Hello,
>     I was tring to figuer this out... I ahve this into a button
> script... ON a mouseUp command I want it to do this..
> 
> 
> put URL (Compname of this stack) into fld "Speak"
> 
> 
> AND, in the 'CompName' property of that satck lies...

Is this Compname a custom property of the stack? If so use either:
put URL (the Compname of this stack) into fld "Speak"
or
put the Compname of this stack into tCompName
put URL tCompName into fld "Speak"

> 
> 
> file:\\Ws2\c\chat\chat.txt

... and this should be `file://Ws2/c/chat/chat.txt', you know that.

> 
> 
> What I want it to do is make it so it will work just the same as
> having it go...
> 
> 
> put URL "file:\\Ws2\c\chat\chat.txt" into fld "Speak"
> 
> 
> What do I need to change in the "put URL (Compname of this stack) into
> fld "Speak"" script line? Anything would be helpful! Thanks!
> 
> 
> 
>  - Josh Dye
> 
> 

Andu

Reply via email to