TheCurrent Posted April 4, 2011 Posted April 4, 2011 please guys, i need an equivalent of this in autoit sPaperNamesList = String(64 * lPaperCount, 0) this string function fills sPaperNamesList with '0' by (64 * lPaperCount)
saywell Posted April 4, 2011 Posted April 4, 2011 Have you actually looked for one? Try the string UDF and look in there. You'll find something similar. William
TheCurrent Posted April 4, 2011 Author Posted April 4, 2011 (edited) ok thanks, i found this _StringRepeat($sString, $iRepeatCount) Edited April 4, 2011 by oghenez
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now