Jump to content

This topic is 1349 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Custom functions can perform calculations much faster than calcs in Scripts. We'll look at some of these, plus look at integrating with Twilio. Free Sample File: https://bit.ly/322BSEM Future live streams: https://fmtraining.tv/#LIVE

[email protected]

www.fmtraining.tv

www.fmstartingpoint.com

www.rcconsulting.com 

Link to comment
Share on other sites

This is a misleading statement. Custom functions do not perform calculations faster than script calculations. 

The custom functions shown for packaging and parsing multiple values in a script parameter were developed by Six Fried Rice’s Jesse Antunes and described in their blog in 2007. http://sixfriedrice.com/wp/passing-multiple-parameters-to-scripts-advanced/

It is a matter of opinion whether it is better to have visibility into the parsing of parameters vs this method of having the receiving script use a custom function to declare parameters. I would recommend using JSON to pass parameters and to declare each value in the receiving script explicitly, as it self-documents the script.  
 

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.