Re: [Gambas-user] Typing in - help for own function

2015-11-16 Thread Rolf-Werner Eilert
Am 16.11.2015 17:31, schrieb Tobias Boege: > 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 co

Re: [Gambas-user] Typing in - help for own function

2015-11-16 Thread Rolf-Werner Eilert
Am 16.11.2015 17:25, schrieb Tobias Boege: > On Mon, 16 Nov 2015, Rolf-Werner Eilert wrote: >> Just had this idea: When I type in the name of a function in one of the >> classes of my project (an own function), the help pops up and tells me >> about the variables needed and the data type of that f

Re: [Gambas-user] Typing in - help for own function

2015-11-16 Thread Tobias Boege
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 sen

Re: [Gambas-user] Typing in - help for own function

2015-11-16 Thread Tobias Boege
On Mon, 16 Nov 2015, Rolf-Werner Eilert wrote: > Just had this idea: When I type in the name of a function in one of the > classes of my project (an own function), the help pops up and tells me > about the variables needed and the data type of that function. > > But it would be helpful (e. g. af

[Gambas-user] Typing in - help for own function

2015-11-16 Thread Rolf-Werner Eilert
Just had this idea: When I type in the name of a function in one of the classes of my project (an own function), the help pops up and tells me about the variables needed and the data type of that function. But it would be helpful (e. g. after a longer time of absence) to have some kind of expla