RealTest User Guide
RealTest User Guide

 

 

 

 

 

Category

String Functions

Description

Return a segment of a string

Syntax

Mid(string, start, length)

Parameters

string - a literal string or string function result

start - the position of the first character to include, beginning at 0

length - the number of characters to include

 

Example

MidPart: Mid(?Symbol, 1, 2)

Extract 2 characters starting at position 1 (second character).

 

 

 

Copyright © 2020-2026 Systematic Solutions, LLC