List/Grid
Tag Archives: aoti-Converts a string to an integer value.
aoti-Converts a string to an integer value.
FROM LOADRUNNER TOTORIAL The following example converts the initial portion of the string, s, to an integer. int i; char * s = “7 dollars”; i = atoi(s); lr_output_message (“Price… Read more