Quote from
Gaev on March 25, 2021, 4:19 pm
@rasl
From the help file ...
https://winhelp.visualneo.com/FunctionLibrary.html
... where it says ...
An advanced function can accept up to nine parameters, allowing information to be passed from anywhere in the publication.
... if you need more, you can ...
a) pass multiple pieces of (text) values in a single parameter, separated by something like ::: or ^^^ ... and then parse them inside the function
b) do a bunch of SetVar commands immediately before the Call ... and then use nbGetVar and nbSetVar within your function
@rasl
From the help file ...
https://winhelp.visualneo.com/FunctionLibrary.html
... where it says ...
An advanced function can accept up to nine parameters, allowing information to be passed from anywhere in the publication.
... if you need more, you can ...
a) pass multiple pieces of (text) values in a single parameter, separated by something like ::: or ^^^ ... and then parse them inside the function
b) do a bunch of SetVar commands immediately before the Call ... and then use nbGetVar and nbSetVar within your function