- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My co-worker recently ran accross some code that has numeric values of 0_EB (where 0 is any number). Granted I know 3_2 means 2-byte integer with a value of 3, but what is 3_EB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My co-worker recently ran accross some code that has numeric values of 0_EB (where 0 is any number). Granted I know 3_2 means 2-byte integer with a value of 3, but what is 3_EB?
Check where EB is set as a parameter.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My co-worker recently ran accross some code that has numeric values of 0_EB (where 0 is any number). Granted I know 3_2 means 2-byte integer with a value of 3, but what is 3_EB?
Check where EB is set as a parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Many people find this syntax astonishing. What it means is 0 with a kind type of EB, assuming, as Tim hints, that EB is defined as a named (PARAMETER) constant. if EB is 4, then 0_EB means 0_4.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page