Jump to content

writing with SciTE -> function split over more than on line ?


Recommended Posts

i have a very long function, that i want to write, the problem is, i have to scroll to the right and left - is it possible to break a function line ?

i havent found it in the autoit helpfile neighter in the scite helpcenter

das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum?

Link to comment
Share on other sites

  • Developers

Is this what you mean ?

MyFunc(1,2,3,4)
;
Func MyFunc($param1, $param2 _
    ,$param3, $param4)
    Consolewrite($param1 & $param2 & $param3 & $param4 & @CRLF)
endFunc

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Is this what you mean ?

MyFunc(1,2,3,4)
;
Func MyFunc($param1, $param2 _
    ,$param3, $param4)
    Consolewrite($param1 & $param2 & $param3 & $param4 & @CRLF)
endFunc

äh i guess yes - is the "_" neccessary to spilt it in 2 or more lines ?

edit: ok done :rolleyes: thx JdeB for your quick help :rambo:

Edited by memnon

das beste Windows Support Forum: Windows 2000 Helpline und tschüss den WindowsfehlernProgrammieren: Autoit 3 - wer braucht noch VBS ?!Programmieren: Autoit 3 Forum?

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