uCalc API Version: 5.7.0-preview.1 Released: 7/30/2026

Warning

uCalc API Preview Release Notice:This preview documentation describes the intended behavior of the API. It is not fully accurate or complete.The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.Use of the preview version in your production code is not recommended.

Populate

Method

Product: 

Class: 

Creates a string from a programmatically constructed list

Syntax

Populate(double, double, string, double, string, string, string, string)

Parameters

first
double
first
last
double
last
expression
string
expression
Step
double
(Default = 1)
Step
Condition
string
(Default = "")
Condition
VarIndex
string
(Default = "")
VarIndex
VarFirst
string
(Default = "")
VarFirst
VarLast
string
(Default = "")
VarLast

Return

String

uCalc string object

Remarks

For example: Populate(2, 5, "$':: etc.'").Str(); would return: "2:2:5 etc.3:2:5 etc.4:2:5 etc.5:2:5 etc."

Examples