Matrix Elements VB-800 Instrukcja Użytkownika Strona 159

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 158
A6.9 Preprocessing 151
A6.9.3 Constant definition
If any text follows the defined constant, all matching occurrences of that text will be
replaced by the specified text:
#define identifier replacement
text
#definecs identifier replacement
text
For example, after
#define MAXVAL 100
all instances of MAXVAL (including Maxval, maxval, etc.) will be replaced by 100.
Another example is
#definecs MINVAL 100+12
where MINVAL is replaced by the expression 100+12. Note that macro arguments are
not supported, nor is reference to another defined replacement.
Przeglądanie stron 158
1 2 ... 154 155 156 157 158 159 160 161 162 163 164 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag