Function( ) formula

Post Reply
mdgraham
Posts: 1
Joined: Mon Sep 28, 2020 11:02 pm

Function( ) formula

Post by mdgraham »

In the Insert Function dialog, the Misc category includes a function listed as Function(Name, Arg1, ...). This looks very useful, but how are the custom Functions created, referenced, stored, etc?
SuperTech
SoftMaker Team
SoftMaker Team
Posts: 2948
Joined: Wed Mar 11, 2020 5:31 pm

Re: Function( ) formula

Post by SuperTech »

Function(Name, Arg1, ...) is the function where you can call any function by mentioning that function name as the first argument and functions arguments in second arguments onwards.

e.g. FUNCTION("CONCAT","SoftMaker"," Office") or FUNCTION("sum",2000,21)
Post Reply

Return to “PlanMaker 2021 for Windows”