'Declaration
Sub Insert( _ ByVal text As System.String _ )
'Usage
Dim instance As ICharacters Dim text As System.String instance.Insert(text)
void Insert( System.string text )
procedure Insert( text: System.String );
function Insert( text : System.String );
void Insert( System.string* text )
void Insert( System.String^ text )
Parameters
- text