← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #244475]: parameterized function

 

Question #244475 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/244475

    Status: Open => Answered

obiwan-92 proposed the following answer:
Hello,

Yes it is possible. You are in python.
What type of parameters do you want to manage ?

An example of what you can do :
def fct1(var1, var2):
    print var1, var2

This method will ever worked what ever I give it in parameters.

Regards.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.