[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

StrToLong

string to Integer value (decimal)

Declaration

Source position: amigados.pas line 2382

function StrToLong(

  const String_: STRPTR;

  var Value: LongInt

):LongInt;

Arguments

String_

  

Input string.

Value

  

Pointer to integer value. Set to 0 if no digits are converted.

Function result

Number of characters converted or -1.

Description

Converts decimal string into Integer value. Returns number of characters converted. Skips over leading spaces and tabs (included in count). If no decimal digits are found (after skipping leading spaces and tabs), StrToLong() returns -1 for characters converted, and puts 0 into value.


Documentation generated on: 2017-01-10