Copy

Copy will copy the cotents of newValue to an ascii, wide charactor or biniary string, from the offset location for a given length.

TVariable& Copy(
   const TVariable &newValue,
   int offset = 0,
   int length = 0
);

Parameters

newValue The new value.
offset The start location, in bytes from the start of the string. If start is negative, the returned string will start at the start 'th character from the end of string.
length This will cut this length from start. It this value is zero then the remaining length of the string will be returned. If length is given and is negative, then that many characters will be omitted from the end of string (after the start position has been calculated when a start is negative).

Return Values

These methods will return the a temporary const value created on the stack.

Remarks

  • This method will return a TVariable of the same type as the original TVariable.
Example Use
TVariable var("123");
var.Copy("5",2);
MessageBox(NULL,var.ToString().WString(),L"",0);//return "125"

Since

TScript Version 1.0.0

Also See

Position, SubString, StringReplace
 

Contact Ekky Software

All around the world Ekky Software is contactable seven days of the week by submitting the following details.

Thank you for your time and interest.
Ekky Software Customer Support Team.

Ekky Software Product Range
Ekky Software Homepage Texas Business Software ObjectDatabase++ TScript Ekky Software Homepage Texas Business Software ObjectDatabase++ TScript