43

Syntax Summary
FILES (see Chapter 15)
Use
FILES produces directory listings. (See also DIR.)
Syntax
FILES [I/stream-number, ) [file-fiXer)
where
file-filter is a string-expression
FIND$ & FINDDIR$ (see Chapter 15)
Use Thesefunctions are provided forfinding files and directories.
Syntax FINDS)file-filter [, ordinal))
FINDDIR$(ttle-filter [, ordinal))
where file-filter is a string-expression
ordinal is an integer-expression, giving a value in the range 1.32767

FIX (see Chapter 3)
Use FIX is a function which returns the value ofitsargumentrounded to an integer.
Rounding is towards zero. (See also TRUNC.)
Syntax FlXlargument)
where argument is a numeric-expression.

FLOOD (see Chapter 12)
Use
FLOOD fills an area bounded by a given colour.
Syntax
FLOOD [I/stream-number, I point, [, boundary-colour) if,) attribute)...
where
attribute is: FILL WITH fill-style
or: COLOUR colournumben or: COLOR colour-number or: MODE writemode
boundary-colouris a colour-number.
NB:
FLOOD may have no effect, depending on the device driver.
FLOOR (see Chapter 3)
Use The FLOOR function returnsthe value of itsr argument rounded to an integer.
Rounding is downwards, that is, towards minus infinity. (See also INT.) Syntax FLOORlargument)
where argumentis a numeric-expression.


BASIC 2 PIus: User Guide & Quick Reference
43

43