mightcouldb1 Posted April 20, 2013 Share Posted April 20, 2013 Hi there, I am taking in a formatted string in VOPs Something like... image.0021.png Is there a way to use 4 padded strings in the print vop? I tried everything and nothing seems to work. %04d doesn't help, just gives image.004d.png Inline VOP? Do i have to wire something up that uses 4 different integers? Help much appreciated! Thank ye thank ye! Jason Quote Link to comment Share on other sites More sharing options...
anim Posted April 20, 2013 Share Posted April 20, 2013 it seems that Print VOP's string formatting is broken in H12.x but you can still use Inline VOP with sprintf() function where %04d still works correctly Quote Link to comment Share on other sites More sharing options...
mightcouldb1 Posted April 22, 2013 Author Share Posted April 22, 2013 Thanks Tomas, works great. Very helpful! 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.