
Fred
Fred
San Francisco, USA
Joined: Thu Feb 06 18:42:57 UTC 2020
Latest Posts
-
JSON and for loops
Hi all - I was reviewing the set() command and noticed this: for i in response do let new := (create Contacts); for key, value in i.fields do set(new, key, value) end end Look at line 3,…