frontmill Posted January 23, 2007 Posted January 23, 2007 (edited) I was wondering what the letters mean people always use in their variables. An example from dale holm's ie.au3: Func _IENavigate(ByRef $o_object, $s_Url, $f_wait = 1, $i_flags = 0, $s_target = "", $s_postdata = "", $s_headers = "") Can anybody explain me what the o, the s, the f and all the other letters mean? Edited January 23, 2007 by frontmill
AutoChris Posted January 23, 2007 Posted January 23, 2007 o = object s = string f = boolean i = integer
frontmill Posted January 23, 2007 Author Posted January 23, 2007 lol. never thought of that... thanks man
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