Red-Steel Posted January 3, 2007 Posted January 3, 2007 I noticed that in the include file, variable started with some letters.. exemple: $sValue What means the 's'? I only know that variables that start with o ( $oIE.. etc ) are object variables.. What is a, ai, s, h, as...? Thanks.
Danny35d Posted January 4, 2007 Posted January 4, 2007 User Defined Functions Standards AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
theguy0000 Posted January 4, 2007 Posted January 4, 2007 $a<letter> - Array (the following letter describes the data type taken from the rest of the data types below) $b - Binary data $h - File or window handle $i - Integer $f - Boolean $n - Floating point number $s - String $v - Variant (unknown/variable type of data) The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
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