CasewareDocs
New in Caseware Cloud Engagements 2026-05See what's new

STR Function

The STR function returns the specified string as text right justified to the number of characters specified by the position parameter.

Syntax

STR(text,position)

Example

STR(100,7)

Equals " 100". 4 spaces lead the value, which is 3 characters long making the right justification at the 7th character position.

Related Topics

STR Function | Caseware Docs