Actually I re-read your email and it's easier than my first solutions.

    put the version & CR & revLicenseType() into fld 1

Phil



On 4/4/14, 11:16 AM, Phil Davis wrote:
on mouseUp
  put way1() & CR & way2() into fld 1
end mouseUp


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

:-)
Phil Davis



On 4/4/14, 10:45 AM, Thierry Douez wrote:
Hello all,

I need to know the current running Livecode IDE
      (process name or application name).

i.e:  LiveCode 6.5.2  or LiveCode Community 6.6

Do we have a property/function for that in LC?

By the way, it's for Mac/Desktop only! (applescript client/server)

Regards,

Thierry

------------------------------------------------
Thierry Douez - http://sunny-tdz.com
Maker of sunnYperl - sunnYmidi - sunnYmage - sunnYpdf

_______________________________________________
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



--
Phil Davis


_______________________________________________
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