> Le 4 sept. 2016 à 10:37, Jim Dorrance <jim.dorra...@gmail.com> a écrit :
> 
> Thanks Kirk, I also use
> 
> OB SET($obj;\
>  "key1";$value1;\
>  "key2";"textValue";\
>  "key3";someFunction($functionary);\
>  "key4";42)
> 
> extensively, I had just never seen it used so unnecessarily and it threw me.


I this case I prefer to write that code this way:

OB SET($obj;"key1";$value1)
OB SET($obj;"key2";"textValue")
OB SET($obj;"key3";someFunction($functionary))
OB SET($obj;"key4";42)




Bertrand SOUBEYRAND
---
La Soub Compagnie
33 bd de la Liberté - 13001 Marseille
Bureau : +33 4 84 25 21 99
http://www.soubeyrand-4d-developer.eu <http://www.soubeyrand-4d-developer.eu/>

Belgique : +32 87 84 00 88




**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to