sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #02395
Re: [Question #154025]: Convert an int into a string?
Question #154025 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/154025
Status: Open => Answered
RaiMan proposed the following answer:
str(5) or generally str(int_variable) converts it to a string:
type(str(5))
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.