FUNCTION::STRTOL

Section: A collection of standard strin (3stap)
Updated: November 2022
Index Return to Main Contents
 

NAME

function::strtol - strtol - Convert a string to a long  

SYNOPSIS

    strtol:long(str:string,base:long)
 

ARGUMENTS

str

string to convert

base

the base to use
 

DESCRIPTION

This function converts the string representation of a number to an integer. The base parameter indicates the number base to assume for the string (eg. 16 for hex, 8 for octal, 2 for binary).  

SEE ALSO

tapset::string(3stap)


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 15:22:17 GMT, November 16, 2022