Thread: viz.input
View Single Post
  #3  
Old 09-26-2011, 04:44 AM
new_horizon new_horizon is offline
Member
 
Join Date: Apr 2010
Posts: 43
Thanks for the reply.

Am I correct in saying however, that you cannot combine an integer and a string to make a file name?

For example if choiceM[selectM] is a string and filename is an integer?

filename = filename + choiceM[selectM]

Thanks
Reply With Quote