Hi,
Has somebody experience with json and function ?
I'm able to send variables through the call function.
e.g.
function(2)
set text to Database.Value(0,Function.Param(0),"ID")
But what I want to change the database name ???
e.g.
function(Database1)
set text to Function.Param(0).Value(0,1,"ID") -> (this is not accepted)
set text Database1.Value(0,1,"ID") -> (this should be the result)
This should save me a lot of programing...