Thanks Phil,

 the address property was what I was looking for :)

Thierry


2014-04-04 20:16 GMT+02:00 Phil Davis <rev...@pdslabs.net>:

> function way1
>     set the itemDel to slash
>     return "/" & item 2 to -1 of last line of shell("ps" && the processID)
> end way1
>
> function way2
>     set the itemDel to colon
>     return item 2 to -1 of the address
> end way2

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to