‎2007 Aug 09 7:57 AM
Hello Experts,
I need to hardcode a line in the code i have written in a way that i cannot change the contents of that specific lines in future.
Can anybody suggest me if there is any way out?
Helpful answers will surely be rewarded.
Thankx in advance,
Sanghamitra.
‎2007 Aug 09 8:08 AM
Hi,
Put a comment before ur code...saying that don't modify..like that..
*Don't modify
write ur code.
Reward points if u find useful
Regards,
Nagaraj
‎2007 Aug 09 8:14 AM
‎2007 Aug 09 8:18 AM
Hi,
You can just hardcode the line in the program.
And give a comment that this is the important line for program execution so don't modify this line at anytime.
I think this will be more meaningful way to handle this.
Reward if helpful.