Resource Center
Videos and Tutorials
The second video in the CRBasic Custom Outputs video series
CRBasic Custom Outputs: Text Strings with Sprintf

Overview
In this video, we move beyond formatting a single number with FormatFloat and learn how to use Sprintf (“string print formatted”) to build complete text strings from multiple values in CRBasic. You’ll see how Sprintf works like a template—mixing plain text with format codes to generate clean output in a single line of code.