Jump to content

can i type code on multiple lines?


 Share

Recommended Posts

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?

Link to comment
Share on other sites

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 & _

bla2

Mega

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

Link to comment
Share on other sites

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.

:D

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...