|
CHECK TYPESName:
where <type> is one of VARIABLE, STRING, PARAMETER, or MATRIX; <name1> <name2> ... <namek> is a list of 1 to k names; and <iflag> is a parameter where the status is saved. The <type> argument specifies what type will be checked. If all names are of the specified type, <iflag> will be set to 1. Otherwise <iflag> will be set to 0.
where <name1> <name2> ... <namek> is a list of 1 to k names; and <iflag> is a parameter where the status is saved. With this syntax, the type of the first name listed will be determined and all subsequent names will be checked against this type. If all names are of the same type, <iflag> will be set to 1. Otherwise <iflag> will be set to 0.
LET IFLAG = CHECK TYPES STRING STIN STOUD LET IFLAG = CHECK TYPES Y X
skip 25
read berger1.dat y x bat
let iflag = check types y x bat
The following output is generated
THE STATUS FLAG FOR CHECK TYPE = 1
|
Privacy
Policy/Security Notice
NIST is an agency of the U.S.
Commerce Department.
Date created: 06/30/2015 | ||||||||||