nosferatu_037 Posted June 9, 2008 Share Posted June 9, 2008 hi folks i have come across a problem in vex,when i try to convert a int value ("i" from "for" loop) to a string,i here is a numeric value,i get a message that vex cannot set int to string. is there a way to solve this problem? thanx Quote Link to comment Share on other sites More sharing options...
crunch Posted June 9, 2008 Share Posted June 9, 2008 hi folksi have come across a problem in vex,when i try to convert a int value ("i" from "for" loop) to a string,i here is a numeric value,i get a message that vex cannot set int to string. is there a way to solve this problem? thanx string s; s = sprintf("%d", i); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.