Wish Jump/Goto a particular post # of the message thread

AnandGupta

Expert
Licensed User
Longtime User
Actually, when a member mentions to check post # <n>, I do not know which page it is in. I have to go from top again to find the post#.
Not much work, but you know how programmers are lazy :)

Regards,

Anand
 

AnandGupta

Expert
Licensed User
Longtime User
20 posts per page = no searching required.

A programmer too lazy to divide by 2 and 10? Yikes!

Ha, ha ! I may be the laziest one :)
Consider that I have batch file to
  1. connect ftp
  2. copy fr3 (report format files) to local
  3. if none found, show mesg in red
  4. else compile
There are many more which save my keystrokes and the best one,

C.BAT
rem C 17
if %1. == . goto normal
color %1
:normal
cls

Well yes I am lazy :)

Regards,

Anand
 
Top