On Mon, 16 Nov 2015, Tobias Boege wrote:
>   '' Analyze a line.
>   ''
>   '' **Remember that the result is ByRef.**
>   Public Function Analyze(sLine As String, hRes As AnalyzeResult) As Boolean

Of course I would screw something up in this completely arbitrary example.
For the comment to make sense the function's signature should be

  Public Function Analyze(sLine As String, ByRef hRes As AnalyzeResult) As 
Boolean

with a ByRef before hRes.

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk

------------------------------------------------------------------------------
Presto, an open source distributed SQL query engine for big data, initially
developed by Facebook, enables you to easily query your data on Hadoop in a 
more interactive manner. Teradata is also now providing full enterprise
support for Presto. Download a free open source copy now.
http://pubads.g.doubleclick.net/gampad/clk?id=250295911&iu=/4140
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to