EasyManua.ls Logo

AMSTRAD CPC464 - Page 155

AMSTRAD CPC464
249 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
LOG10
LOG10 ( <numeric expression> )
?LOG10(9999)
3.99995657
FUNCTION: Calculates the base 10 logarithm of numeric expression).
Associated keywords: EXP,LOG
LOWER$
LOWER$(<string expression>)
A$="AMSTRAD":PRINT A$="AMSTRAD":PRINT LOWER$(A$)
Amstrad
FUNCTION: Returns a new string expression the same as the input string expression but in which
all upper case characters are converted to lower case. Useful for processing input where the answers
may come in mixed upper/lower case.
Associated keywords: UPPER$
MAX
MAX (<list of: numeric expression> )
10 n=66
20 PRINT MAX(1,n,3,6,4,3)
FUNCTION: Extracts the largest value from the list of numeric expressions
Associated keywords: MIN
MEMORY
MEMORY <address expression>
MEMORY &20AA
COMMAND: Beset BASIC memory parameters to change the amount of memory available by setting
the address of the highest byte. See the description of the keyword HIMEM. To examine the amount
of memory, use the FRE command.
Associated keywords: HIMEM,FRE

Table of Contents

Other manuals for AMSTRAD CPC464

Related product manuals