14.12.2013, 21:22
If you want to assign the value of params to the variable Time than you need to do:
Because I assume time is an integer and params is a string so you need to use strval() to get the integer value from params.
Код:
Time = strval(params)