Page 1 of 2
Harbour Functons List
Posted: Sun Oct 20, 2013 11:26 am
by esgici
Hi All
Another useful doc from our friend Giovanni :
http://www.elektrosoft.it/tutorials/Har ... -hbmk2.htm
Viva Harbour, viva HMG, viva Giovanni

Re: Harbour Functons List
Posted: Sun Oct 20, 2013 11:58 am
by bpd2000
It is really help full
Re: Harbour Functons List
Posted: Mon Oct 21, 2013 6:29 am
by dragancesu
It is always helpful to have a list of features but the link does not work
Re: Harbour Functons List
Posted: Mon Oct 21, 2013 7:21 am
by serge_girard
Nice work!
The correct address is:
http://www.elektrosoft.it/tutorials/Har ... -hbmk2.htm" onclick="window.open(this.href);return false;
(without last double quote!)
Serge
Re: Harbour Functons List
Posted: Mon Oct 21, 2013 8:37 am
by esgici
Sorry and thanks
Happy HMG'ing

Re: Harbour Functons List
Posted: Mon Dec 02, 2013 1:50 am
by hmgchang
Hello Sirs,
Yes, its very nice to have the Harbour Functions List by the hbmk2....
But to be able to use it is another issue...
my questions are :
1. How to get the complete definition of the functions with the number of arguments and type that should be passed.
2. How to know The value returned by functions
3. Any explanation regarding the functions documented ?
thank you.... !

Re: Harbour Functons List
Posted: Mon Dec 02, 2013 2:13 am
by CalScot
Hi.
I, too, wish that all of the documentation was better and in one place, but also using a combination (in no particular order, and sorry if I missed anything) of:
1. The help reference in HMG (file:///C:/hmg.3.1.1/doc/hmgdoc.htm)
2. Norton Guide to Clipper (
http://www.ousob.com/ng/53guide/" onclick="window.open(this.href);return false;)
3. Harbour Reference Guide (
http://www.fivetechsoft.com/harbour-docs/harbour.html" onclick="window.open(this.href);return false;)
4. Viva HMG (
http://vivaclipper.wordpress.com/tag/hmg-forum/" onclick="window.open(this.href);return false;)
5. Google!
6. Searching this Forum
will usually get you what you want, or at least get you close enough to allow you to ask the best possible version of your question.
Hope that helps!
Regards,
CalScot
Re: Harbour Functons List
Posted: Mon Dec 02, 2013 3:57 am
by hmgchang
Thanks CalScot,
Its really help....
1. Since hbmk2 can list all the functions it content, i wonder if hbmk2 also keeps all the
information refer to the arguments/parameters to be passed to the functions !
And could hbmk2 to list the functions name complete with the arguments list.
2. Any utilities to extract the function name and arguments from the libs ?
thks n rgds
Chang
Re: Harbour Functons List
Posted: Mon Dec 02, 2013 5:46 am
by CalScot
Hi, Chang.
Re: 1. I think that hbmk2 is just a complete list, so you'd need to look at the other places I suggested (such as the Harbour Reference Guide I mentioned) for the details you want. These other places allow you to click on the functions to get the syntax, parameters, etc., etc.
Re: 2. Not that I know of.
Sorry I can't be of more help.
CalScot
Re: Harbour Functons List
Posted: Tue Dec 03, 2013 4:14 am
by hmgchang
Not At All Mr. CalScot,
You are very helpful... and thank you very much for your valuable info...