Quote:
Originally Posted by Kenny Rogers
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=".";
//