??? 02/23/08 10:14 Read: times |
#151323 - Not const Responding to: ???'s previous message |
Russell Bull said:
the keyword is 'const' methinks No - 'const' simply tells the compiler to prohibit write access. What he needs is the keyword to place them into CODE space; this will be compiler-specific. In fact, what he really needs is to re-think the entire process into something far, far more straightforward! |