1 Line of code split to 2 lines
Author |
Message |
mirhagk
|
Posted: Thu Nov 18, 2010 9:43 am Post subject: 1 Line of code split to 2 lines |
|
|
If I am typing and I realize that one line of code (a function call) is really long, is there any way to split this line up to mulitple lines (like in visual basic when you continue a line on the next line)
I doubt there is, but if there is can someone tell me, it'd be useful for netbook programming. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
CWRules
|
Posted: Thu Nov 18, 2010 1:07 pm Post subject: Re: 1 Line of code split to 2 lines |
|
|
It's actually very simple. Just go down a line continue the code. For example, this:
runs the same as this:
|
|
|
|
|
|
mirhagk
|
Posted: Thu Nov 18, 2010 3:31 pm Post subject: RE:1 Line of code split to 2 lines |
|
|
wow... lol sorry, long time since I've used Turing... kind believe that went over my head.... |
|
|
|
|
|
|
|