Description
Takes a string and inserts the values with the params when it run.
Signature
StringFormat('inputstring', 'param[0]','param[1]','param[n]')
Example
StringFormat('Formula {0} Manager', 'Rocks') Returns 'Formula Rocks Manager'
Parameters
Name | Type | Description | Required |
---|---|---|---|
inputstring | xxxx | xxxx | xxxx |
param[0] | xxxx | xxxx | xxxx |
param[1] | xxxx | xxxx | xxxx |
param[n] | xxxx | xxxx | xxxx |