jaberwacky Posted January 29, 2009 Posted January 29, 2009 How can I view the output of a macro such as @CR? Is it even possible. I tried this: $cr = @CR consolewrite( $cr & @CR )oÝ÷ ضë-¦º¹Çi¹ZIbí÷èl¥u©'£ ÷Üaz{kçZºÚ"µÍÌÍØÜHÔÛÛÛÛ]Ü]J[ ÌÍØÜ H [ÈÔ That produced a "0". I guess what I am getting at is what do I have to manually type in place of @CR that will have the same result? Or point me in the right direction to find out on my own. Any help is appreciated. Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum?
PsaltyDS Posted January 29, 2009 Posted January 29, 2009 ConsoleWrite("@CR = " & Asc(@CR) & @LF) Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
jaberwacky Posted January 29, 2009 Author Posted January 29, 2009 ConsoleWrite("@CR = " & Asc(@CR) & @LF) Awesome, now my adventure begins! Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum?
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