Howto get the name of current Livecode process

Thierry Douez th.douez at gmail.com
Fri Apr 4 14:20:51 EDT 2014


Thanks Phil,

 the address property was what I was looking for :)

Thierry


2014-04-04 20:16 GMT+02:00 Phil Davis <revdev at 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




More information about the use-livecode mailing list