Denso RC5 Specifikace Strana 226

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 692
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 225
9-12
DEFVEC (Statement)
Function
Declares a vector type variable.
Format
DEFVEC <Variable name>[=<Vector type constant>][,<Variable name>
[=<Vector type constant>]...]
Explanation
This statement declares a variable designated by <Variable name> as a vector
type variable. By writing a constant after <Variable name>, initialization can be
carried out simultaneously with the declaration.
Multiple variable names can be declared at a time by delineating the names
using “,”.
Related Terms
DEFJNT, DEFPOS, DEFTRN
Example
DEFVEC lvx, lvy, lvz 'Declares lvx, lvy, and lvz as vector type variables.
DEFVEC lvx = (10, 10, 5) 'Declares lvx as a vector type variable and sets the
'initial value to (10, 10, 5).
Zobrazit stránku 225
1 2 ... 221 222 223 224 225 226 227 228 229 230 231 ... 691 692

Komentáře k této Příručce

Žádné komentáře