$BIGSTRINGS

Top  Previous  Next

Action

Instruct the compiler to use big strings.

 

 

Syntax

$BIGSTRINGS

 

 

Remarks

By default each string has a maximum length of 254 bytes. A null character is used to mark the end of a string.

When a longer string is needed, the compiler can not use bytes for passing the length. A word is needed to hold the length.

The $BIGSTRINGS directive will include the bigstrings.lbx and will handle all string routines different when parameters are passed which influence the length.

 

The alternative library contains modified(overloaded) routines for code not compatible with big strings.

 

The following string routines support $BIGSTRINGS:

 

ASC

CHARPOS

CRC8

DELCHAR

DELCHARS

GET

INPUT LCD , INPUT SERIAL

INSERTCHAR

INSTR

LCASE

LEFT

LEN

LTRIM

MID function

MID statement

PUT

QUOTE

RIGHT

RTRIM

SPACE

STRING

TRIM

UCASE

 

 

 

See also

DIM

 

 

Example

$BIGSTRINGS