CA Service Management

 View Only

CA SDM::.SPEL::. Strlen 

Jan 25, 2017 07:40 AM

Strlen

int strlen(string str)

returns the length of a string

eg.

string myString;

int i;

myString = "hello";

i = strlen(myString);

// i = 5

Statistics
0 Favorited
9 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Related Entries and Links

No Related Resource entered.