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. A backslash continuation " \ " from earlier versions of Scripter is not supported. Comments are not allowed after the continuation character.
Function ComputeSomething( filename As String, _
value_array() As Double ) As Double
See Also