'DeclarationSub Insert( _ ByVal text As System.String _ )
'UsageDim 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