View Single Post
  #7 (permalink)  
Old 11-26-2008, 05:49 AM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Quote:
Originally Posted by Kenny Rogers View Post
I just get a blank indicators window.
I even tried putting the m behind the symbol. No luck.
it has all of it - thats something else (looks like nobody else has this problem - must be something on your side)
//
if (IsMini()) addition="m";
if (IsDoubleDotted()) addition="..";
else if (IsDotted()) addition=".";
//

Last edited by fxbs; 11-26-2008 at 05:53 AM.
Reply With Quote