member operator [] in the compiled help file ?

Forum for discussion about the documentation project.
Post Reply
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

member operator [] in the compiled help file ?

Post by D.J.Peters »

How I can find the class/type member operator [] in the compiled help file ?
(may be I'm blind but I get only the pointer and string [] operator)

Joshy
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: member operator [] in the compiled help file ?

Post by fxm »

As with many other simple member operators ('@', 'assignment_op' except 'let'), there is currently no specific page for the member operator '[]'.
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: member operator [] in the compiled help file ?

Post by D.J.Peters »

I saw operator [] (index) [ByRef] as Datatype is in the help file but I can't find it any more !

Joshy
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: member operator [] in the compiled help file ?

Post by fxm »

At the keyword OPERATOR, there is a general page on all overloaded operators (clicking on '[]' call the keyword Operator [] (Pointer index)).
Otherwise, one can also access this last page for example from the catalog page Operator List.
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: member operator [] in the compiled help file ?

Post by D.J.Peters »

Thank you I found it :-)

Joshy
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: member operator [] in the compiled help file ?

Post by fxm »

With the compiled .chm help file, you also have direct access by using the index list ('Operator [] (Pointer Index)' or '[] (Pointer Index)')

Note: Each time before updating the .chm help file, first delete the .chw file to ensure that the index list is well rebuilt the first time it is used.
Post Reply