I have one of those stupid questions
idbruce
Posts: 6,197
Hello Everyone
I once knew the answer to this, but I am getting senile in my old age
What is the proper way to extend a function with numerous parameters to two lines instead of just one?
Thank you so kindly.
LOL I even made a mistake in the title
Bruce
I once knew the answer to this, but I am getting senile in my old age
What is the proper way to extend a function with numerous parameters to two lines instead of just one?
Thank you so kindly.
LOL I even made a mistake in the title
Bruce
Comments
Rich H
I thought it was something more like this. Will this work?
I think W9GFO's method is correct. Those brackets { }'s effectively "comment out" the unseen carriage return so you can continue typing a single line of code from one editor line to the next. In fact you can type a line of program code onto a multiple of editor lines that way.
I think that is a huge mistake within the Propeller Tool. The function should begin with the first "(" and end with the last ")", irregardless of how many lines it takes to write the function.
Bruce