> Le 29 oct. 2017 à 01:51, David Adams via 4D_Tech <[email protected]> a > écrit : > > if you prefer their variable naming style.
I suppose you're talking about this: PROCESS PROPERTIES($vlProcNum;$vName;$vState;$vTime;$vFlags) It's a trick from very very experienced developers. By adding the "v" after the "$", they are sure that 4D will understand they're talking about a Variable. Some pretend that V is more efficient than v, but there is no evidence for that. -- Arnaud de Montard ********************************************************************** 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:[email protected] **********************************************************************

