Hi guys i have a Spinner called Width im trying to make the value of the Spinner = renderWidth i tried this script but its not working
Width.value= renderWidth as string
Thanks in advance guys
Forum topic · General Scripting
By Mrjacks2o · 2012-01-24
Hi guys i have a Spinner called Width im trying to make the value of the Spinner = renderWidth i tried this script but its not working
Width.value= renderWidth as string
Thanks in advance guys
Width.value= renderWidth
jos · 2012-01-24
correct code:
Width.value= renderWidtha spinner takes a float, int but not a string
Mrjacks2o · 2012-01-24
thanks allot for the help!!!
I used the Width.value= renderWidth but it was not working since my spinner type: was an integer, then when you mentioned float that was the missing link to the puzzle thanks again!!!