Uten Posted October 16, 2006 Posted October 16, 2006 (edited) 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 October 16, 2006 by Uten Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Hojima Posted October 16, 2006 Author Posted October 16, 2006 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.
Uten Posted October 16, 2006 Posted October 16, 2006 Depends on how stupide your able to write your C++ code and how clever you are at writing AutoIt code Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
Hojima Posted October 16, 2006 Author Posted October 16, 2006 holy crap I'm sorry I even posted this subject to being with. I started out by pressing sift-f1 instead of even opening the "AutoIt Help" with just f1.
Richard Robertson Posted October 16, 2006 Posted October 16, 2006 (edited) I use Visual Studio to edit my files. It's better than notepad in its tab characters. I actually have "Edit with Visual Studio .NET" on my right click menu for every file type. Edited October 16, 2006 by Icekirby1
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