num-entries

Flipkonijn

New Member
can someone explain me how the "Num-entries" function works? i've looked in the help and the documentation, but its really poor information they give.

thanks in advance!!
 
Well sorry to say, but just like in the help:

num-entries(source,seperator).

so if you have for instance a CHR(1) delimited list and you want to know how many entries there are then you say:

i_num = num-entries(list,CHR(1)). That's it.

The default value of the seperator is ','.

Is this what you wanted to know?


Casper.
 
Back
Top