Hello all ,
As I told you, bellow you will find the function.
For the good work of the function you need to be logged in Skype and to have Skype credit.
global $number="Please input your number"
callskype($number)
Func CallSkype($number)
WinActivate("Skype")
$title= WinGetTitle("")
ControlSend($title, "", "", "{Alt}")
ControlSend($title, "", "", "a")
ControlSend($title, "", "", "l")
ControlSend($title, "", "", "{Enter}")
ControlSend($title, "", "", $number)
ControlSend($title, "", "", "{Enter}")
ControlSend($title, "", "", "{Enter}")
EndFunc
Hope to be helpful !