Hi listg and applescripters,



I use Phlink ovolab soft which is applescript

I'd like a script to receive in Rev the callerID given by phlink software but I'd like to receive it in a vairable I can use further in rev.

Something like :

local a_variable
on mouseUp
  put "tell application "&quote&"ovolab Phlink"&quote&cr&\
  "copy number of party to <a_variable>&cr&\
  "end tell" into tAScript
  do tAScript as applescript
end mouseUp

then further use the variable a_variable in my (local) script

Is it possible ??

Thabk you for your help

Greetings.

Yves COPPE
[EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to