"const" means the program can't change whatever is declared constant, and it's used thusly:<BR><BR><B>Examples:</B><BR><BR><B>---</B>Declare global/local variables as const to simplify coding, ...