> $formCollection:=a4d.json.parse($formJSON)
> 
> $formCollection is returned as a longint with a value of zero

That should be:

$formCollection ::= a4d.json.parse($formJSON)

Note the use of ::= (super assign), because parse() is returning an array 
directly. Check the docs for more info on ::=. I will update the parse() docs 
to mention that ::= should be used to assign the result.

Regards,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to