Code Line Separator...?

Community Forums/General Help/Code Line Separator...?

Mr. Goober(Posted 2013) [#1]
I can't think of the symbol (if it is used) to split commands into separate lines. I;m not even sure if BlitzMax has it. Basically if I wanted to split a command's parameters into other lines, I would do this:



What would I use in place of _ ?


ziggy(Posted 2013) [#2]
Hello.

Help regarding BlitzMax coding should be placed in the BlitzMax programming forum.

that said, it's double dot.

SomeFunction( Param1:type, Param2:type, ..
              Param3:type, Param4:type)



Mr. Goober(Posted 2013) [#3]
Okay, thanks. And yeah my mistake. Sorry.