EnglishРусский  

Ads

Perfect Automation tool
All-In-One: Script editor, Launcher, Scheduler, Keyboard & Mouse Recorder. Try now!

CreateInstall
Freeware and commercial installers.

Cell Phone Batteries
Batteries Plus offers batteries for laptop, camcorder, cell phone, camera.

Gentee needs your help!
How to advertise with us
 
laptop battery

ustr.copy

Copying. The method copies the specified size of the data into a unicode string.

method ustr ustr.copy (
   uint ptr,
   uint size
)

Parameters

ptr The pointer to the data being copied. If data does not end in a zero, it will be added automatically.
size The size of the data being copied.

Return value

Returns the object which method has been called.


ustr.copy

The method copies data into a unicode string.

method ustr ustr.copy( uint ptr )

Parameters

ptr The pointer to the data being copied. All data to the zero ushort will be copied.

Return value

Returns the object which method has been called.

Related links

Source

Edit