This article is part of my series Custom Function Vault. Here I describe miscellaneous custom functions to verify required script parameters.
param.script.check()
text.between( text; start; end; type )
trim.all( text; trimChr )
var.assign( definition )
Read more …
This article is part of my series Custom Function Vault. Here I describe a custom function for working with parameters.
Read more …
This article is part of my series Custom Function Vault. Here I describe custom functions for managing (script) parameters.
param( key; value )
param.get( key; params )
Read more …