is there a way, instead of first last after etc to index a type using a number. rather than using for next to search an index field
rather than :
for b.bollocks.each bollocks
if b\index=20 exit
next
is there something like :
b.bollocks=bollocks(20)
rather than :
for b.bollocks.each bollocks
if b\index=20 exit
next
is there something like :
b.bollocks=bollocks(20)