Jump to content

Recommended Posts

Posted

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?

Posted

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

Posted

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?

Posted

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

Posted

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.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...