n9mfk9 0 Posted April 28, 2005 hi all i have a vbscript i have changed to autoit using a bata so i can use the com interface in the vbsscript the cint command is used what command in autoit wood do the same as cint in a vbsscript thanks beau Share this post Link to post Share on other sites
ShelbySue 0 Posted April 28, 2005 hi all i have a vbscript i have changed to autoit using a bata so i can use the com interface in the vbsscript the cint command is usedĀ what command in autoit wood do the sameĀ as cint in a vbsscript thanks beau<{POST_SNAPBACK}>The autoit help file says Int returns the integer portion of a number. You might get flamed on this site for such a question unless this is much more complex and you are asking underlying data storage information. (I am a newbie - I don't flame ANYONE lest I, too, become a target.)Since there is really only one data type in AutoIt (from help file - variant), the conversion is similar to the Int function in VBScript Share this post Link to post Share on other sites