passing row()
Martin Obongita
martin.obongita at yahoo.com
Thu Jul 28 11:53:42 UTC 2022
Hi ALL,
I have another issue similar to global variables and best practice.I see programmers store variables in a row before passing them over.
For example:
Calculate lRow as row(lVar1,lVar2,lNum1,lNum2)
Quit method lRow
Why not simply pass the variables as a row this way?Quit method row(lVar1,lVar2,LlNum1,lNumb2)
I hope I am not jamming the list with unnecessary stuff.
Kind regards,Martin Obongita.
More information about the omnisdev-en
mailing list