F Flipkonijn New Member Apr 29, 2005 #1 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!!
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!!
C Casper ProgressTalk.com Moderator Staff member Apr 29, 2005 #2 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.
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.