← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #151747]: Global Region

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
a variable must be assigned a value outside, before it is used in a
def().

def some_function():
    print gvar

gvar = "some value"
some_function()

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