Jump to content

Not a noob to programming but I have no clue how to use this language.


Hojima
 Share

Recommended Posts

Your not a noob to programing but can't fiugure out how to use variables ( in a BASIC language ) from the help file?

Take a frendly advice and read the help file for a day or two and make sure to do as many samples as possible. Theese code samples are stright from the help file and answers most of your questions

; Example 1 - Declaring variables
Dim $x, $y = 23, $z
Global $_PI = 3.14159, $RADIUS
Local $_daysWorking = 5

; Example 2 - Declaring arrays
Dim $weeklyWorkSchedule[$_daysWorking]
Global $chessBoard[8][8]
Local $mouseCoordinates[2], $windowStats[4]

; Example 3 - Declaring constant variables
Const $x1 = 11, $y1 = 23, $z1 = 55
Global Const $PI = 3.14159, $E = 2.71828
Local Const $daysWorking = 5
oÝ÷ Ù«­¢+ØÀÌØíÙÈôA¥á±Ñ
½±½È ÄÀ°ÄÀÀ¤)5Í ½à À°ÅÕ½ÐíQ¡µ¥°½±½È¥ÌÅÕ½Ðì°ÀÌØíÙȤ)5Í  ½à À°ÅÕ½ÐíQ¡¡à½±½È¥ÌÅÕ½Ðì°!à ÀÌØíÙȰؤ¤
Edited by Uten
Link to comment
Share on other sites

Also, this may be a bit besides the point, but is AutoIt just as fast as any c++ code? I know it's a bit stupid to be asking that since its in c++, but I want to know if its functions are elaborate enough to weigh down its speed. I heard that c++ can be compiled into very fast assembly.

Link to comment
Share on other sites

Depends on how stupide your able to write your C++ code and how clever you are at writing AutoIt code :lmao:

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...