BenSelect Documentation
Insert Method
See Also  Send Feedback
Selerix.BusinessObjects.View.Census Namespace > ColumnScriptEvent Class : Insert Method
str
The string instance
startIndex
The zero-based index position of the insertion.
value
The string to insert.
Returns a new string in which a specified string is inserted at a specified index position.

Syntax

JScript 
public function Insert( 
   str : String,
   startIndex : int,
   value : String
) : String;

Parameters

str
The string instance
startIndex
The zero-based index position of the insertion.
value
The string to insert.

Return Value

A new string that is equivalent to this instance, but with value inserted at position startIndex.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.