??? 02/23/08 12:40 Read: times |
#151328 - Not necessarily Responding to: ???'s previous message |
Russell Bull said:
the keyword is 'const' methinks Andy Neil said:
No - 'const' simply tells the compiler to prohibit write access. Depends on the compiler. With the one I use, 'const' does force the variable into code space. As Jan said, "read the manual". -- Russ |