strtol
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | strtol [2006/07/11 04:57] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: strtol.txt, | ||
| + | ======Synopsis: | ||
| + | $__strtol__(< | ||
| + | |||
| + | ======Technical: | ||
| + | * < | ||
| + | * < | ||
| + | * If < | ||
| + | * If < | ||
| + | * If < | ||
| + | * Otherwise, the return value is < | ||
| + | * Remember that < | ||
| + | |||
| + | ======Practical: | ||
| + | This is useful to convert binary, octal, or hex numbers to decimal. | ||
| + | |||
| + | ======Returns: | ||
| + | The < | ||
| + | |||
| + | The empty string if argument is omitted. | ||
| + | |||
| + | 0 if the conversion was unsucessful. | ||
| + | |||
| + | ======Examples: | ||
| + | $strtol(16 ABC194F) returns 180099407 | ||
| + | |||
| + | ======History: | ||
| + | This function first appeared in EPIC5-0.0.2. | ||
| + | |||
strtol.txt · Last modified: 2006/07/11 04:57 by 127.0.0.1
