To break a line into two lines in Scripter, use a space followed by an underscore " _". You must include the space for the continuation to work properly in the script. Comments are not allowed after the continuation character.
Example
Function ComputeSomething( filename As String, _
value_array() As Double) As Double
See Also