Difference between revisions of "General Purpose Array Functions"
Jump to navigation
Jump to search
m
Missing a ;
imported>Terra Nova2 (Created page that lists Chesko's array functions.) |
imported>OfftheRails m (Missing a ;) |
||
Line 199: | Line 199: | ||
int function ArrayCountForm(Form[] myArray, Form myForm) | int function ArrayCountForm(Form[] myArray, Form myForm) | ||
Attempts to count the number of times the given form appears in this array. | ;Attempts to count the number of times the given form appears in this array. | ||
;-----------\ | ;-----------\ |