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 …

June 24th, 2009

This article is part of my series Custom Function Vault. Here I describe a custom function for working with parameters.

  • param.assign( params )

Read more …

June 24th, 2009

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 …