Michel Claveau Posted May 29, 2009 Posted May 29, 2009 (edited) Hi! I try [code: Autoit [code= Autoit [code; Autoit etc. but don't found the True syntax. Thank for solution Edited May 29, 2009 by Michel Claveau
Pain Posted May 29, 2009 Posted May 29, 2009 Use the test threadThe correct syntax is [autoit ]MsgBox(0, "", "test")[/autoit ] without spaces.
muncherw Posted May 29, 2009 Posted May 29, 2009 Use the test thread The correct syntax is [autoit ]MsgBox(0, "", "test")[/autoit ] without spaces. I prefer the [code ] tag myself. It's used exactly the same. Other People's Stuff:Andy Flesner's AutoIt v3: Your Quick Guide[topic="34302"]Locodarwin's ExcelCom_UDF[/topic][topic="61090"]MrCreatorR's Opera Library[/topic]
Michel Claveau Posted May 29, 2009 Author Posted May 29, 2009 The correct syntax is [autoit ]MsgBox(0, "", "test")[/autoit ] without spaces. MsgBox(0, "Thanks!", "For your answer.")
Moderators Melba23 Posted May 29, 2009 Moderators Posted May 29, 2009 Michel Claveau,Put [code ] before and [/code ] after your posted code (but omit the trailing space - it is only there so the tags display here).I presume the same is true for AutoIt tags - but using these reportedly reduces the posted code to gibberish if you edit the post.You can also use [codebox ] and [/codebox ] tags if your code is very long (it adds a scroll bar) - but you also need to have code tags inside them or you lose all formatting.M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Exit Posted May 29, 2009 Posted May 29, 2009 I presume the same is true for AutoIt tags - but using these reportedly reduces the posted code to gibberish if you edit the post.It is gibberish after edit only if you have more than one autoit code box. App: Au3toCmd UDF: _SingleScript()
GEOSoft Posted May 29, 2009 Posted May 29, 2009 Try to avoid using the Autoit tags at all since they are responsible for messing up many replies. Just stick with code tags George Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.*** The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number. Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else. "Old age and treachery will always overcome youth and skill!"
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