Thread: viz.input
View Single Post
  #4  
Old 09-27-2011, 10:59 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Yes, just convert the integer to a string and then you can concatenate it with another string:
Code:
filename = str(filename) + choiceM[selectM]
Reply With Quote