LOTUSSCRIPT/COM/OLE CLASSES
Using parentheses to pass by value
You can pass an argument by value by enclosing it in parentheses. For example:
Call sub1((itemName), (itemValue))
This syntax can appear confusing especially if it is in a subroutine call that does not use the
Call statement
. For example, this statement passes one argument by reference:
sub1 itemName
This statement passes one argument by value:
sub1 (itemName)
Véase también
Using LotusScript features in Domino
Glosario
¿Desea opinar sobre la Ayuda?
Ayuda sobre la Ayuda
Abrir la Ayuda en pantalla completa
Glosario
¿Desea opinar sobre la Ayuda?
Ayuda sobre la Ayuda
Abrir la Ayuda en pantalla completa