Chapter Contents |
Previous |
Next |
PEEK |
Windows specifics: | all |
Syntax | |
Details |
Syntax |
data=PEEKC(address,length); |
data=PEEK(address,length); |
Details |
The PEEK function returns to data a value of length length that contains the data that start at memory address address.
The variations of the PEEK functions are:
PEEKC | accesses character strings. |
PEEK | accesses numeric values. |
Usually, when you need to use one of the PEEK functions, you will use PEEKC to access a character string. The PEEK function is mentioned here for completeness.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.