Click here to Skip to main content
15,891,902 members

Comments by Truck53 (Top 2 by date)

Truck53 5-Dec-17 17:05pm View    
Deleted
I forgot to mention that the callback function with the return value is false because I am disabling the html form submit so I can take over with Jquery. Eventually, I would like to do an asycrounous form submit. However, I am unable to get this test script working. Any help would be apperciated.
Truck53 27-Nov-17 8:47am View    
Do you have to manually code the size of the array when using a dynamic array. I assume that it is not possible to use a range based loop on a dynamic array either. I tried but I got a compiler error.

P.S.

Thanks for all the replies.