I need to know the number of custom types I have created (I want to limit it to 50, and stop so it will only create new if <50)
Is there a quick way of doing this without:
count=0
For counttypes.mytype=each mytype
count=count+1
next
????
As It seems a bit long-winded for such a simple thing!
Is there a quick way of doing this without:
count=0
For counttypes.mytype=each mytype
count=count+1
next
????
As It seems a bit long-winded for such a simple thing!