R romelec New Member Licensed User Longtime User Feb 20, 2012 #1 Hi, I am developping my first application in basic, I looked all the posts with "string" word but I didn't found the answer. I need to convert an Int to a String to send to a Bluetooth device I made, but it has to be a fixed size: 3 or 5 characters. How is it possible to do it ? In C I would simply do sprintf("%.3d",val).
Hi, I am developping my first application in basic, I looked all the posts with "string" word but I didn't found the answer. I need to convert an Int to a String to send to a Bluetooth device I made, but it has to be a fixed size: 3 or 5 characters. How is it possible to do it ? In C I would simply do sprintf("%.3d",val).
R romelec New Member Licensed User Longtime User Feb 20, 2012 #3 Waw, that's a fast answer ! Thanks. Upvote 0