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

str.eqlen...

Comparison. Compare a string with the specified data. The comparison is carried out only at the length of the string the method is called for.

method uint str.eqlen (
   uint ptr
)

Parameters

ptr The pointer to the data to be compared.

Return value

Returns 1 if there is an equality and 0 otherwise.


str.eqlenign

Compare a string with the specified data. The comparison is carried out only at the length of the string the method is called for.

method uint str.eqlenign (
   uint ptr
)

Parameters

ptr The pointer to the data to be compared. The comparison is case-insensitive.

str.eqlen

Compare a string with the specified string. The comparison is carried out only at the length of the string the method is called for.

method uint str.eqlen (
   str src
)

Parameters

src The string to be compared.

str.eqlenign

Compare a string with the specified string. The comparison is carried out only at the length of the string the method is called for.

method uint str.eqlenign (
   str src
)

Parameters

src The string to be compared. The comparison is case-insensitive.

Related links

Source

Edit