Will return a string surrounded by quotation characters.
SppQuotationSurround([Value])
Where
Value is the value to put into quotations.
Rule | Result | Meaning |
---|---|---|
SppQuotationSurround(12345) | "12345" | This will return the given value surrounded by quotations marks. |