ycomp Posted April 28, 2008 Posted April 28, 2008 Hi, is there a way to split long lines of code onto multiple lines? I think in VB there is something for it... maybe starting the line with "_", but I can't remember exactly... anyhow I tried that in autoit and it didn't seem to work. Is there a way?
Xenobiologist Posted April 28, 2008 Posted April 28, 2008 Hi, is there a way to split long lines of code onto multiple lines?I think in VB there is something for it... maybe starting the line with "_", but I can't remember exactly... anyhow I tried that in autoit and it didn't seem to work. Is there a way?Hi,bla & _bla2Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
ycomp Posted April 28, 2008 Author Posted April 28, 2008 ah, now I remember.. yeah that's how it was done in VB... you wouldn't know if there is a key in SCITE to comment out a block of code?
MHz Posted April 28, 2008 Posted April 28, 2008 Same in AutoIt. Ensure a space is before the underscore character at the end of the line. MsgBox(0, '', 'This is a ' _ & 'very, very ' _ & 'long string') Look at AutoIt Help file within the contents AutoIt -> Language Reference -> Comments.
MHz Posted April 28, 2008 Posted April 28, 2008 ah, now I remember.. yeah that's how it was done in VB...you wouldn't know if there is a key in SCITE to comment out a block of code?Look at the Edit menu within Scite and it shows you the keys to use.
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