Appendix B. VBScript Constants
What follows is a series of tables
listing the intrinsic constants supported by VBScript and their
values. Note that, because the constants are part of the VBScript
language, you don’t have to define them using the
Const statement.
Color Constants
These constants represent the values returned by
RGB for standard colors:
|
Constant |
Value |
Description |
|---|---|---|
|
|
0 |
Black |
|
|
255 |
Red |
|
|
65280 |
Green |
|
|
65535 |
Yellow |
|
|
16,711,680 |
Blue |
|
|
16,711,935 |
Magenta |
|
|
16,776,960 |
Cyan |
|
|
16,777.215 |
White |
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access