... Local Const $f = 5, $g = 7, $h = -2 Related UBound, ReDim, AutoItSetOption Example ; Example - Declaring variables Dim $x, $y = 23, $z Global $_PI = 3 .141 59, $RADIUS Local $_daysWorking = ; Example ... three user-defined functions ; Notice the use of variables, ByRef, and Return $foo = $bar = msgBox(0,"Today is " & today(), "$foo equals " & $foo) swap($foo, $bar) msgBox(0,"After swapping...
Ngày tải lên: 08/07/2014, 20:20