Populate

Method

Creates a string from a programmatically constructed list

Product: 

Class: 

Warning

uCalc API Preview Release Notice:The uCalc engine has successfully transitioned to modern cross-platform environments.The next phase envolves some structural changes, performance optimizations, and API refinements.The API is subject to breaking changes prior to the stable release. Please evaluate the preview version thoroughly before production use.

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

This page last modified on: 

8/21/2026