This is the Personal Stock Monitor scripting developers forum.
Subscribe to RSS Feed
Developing Custom Stock Market Software using PSM -> How to use fixed-width text here?
Not logged in.
2010-11-25 01:01:50
1 of 3
#2557
Here in the forums, when composing a message ...

How can I enter a section of text so it will display in a fixed-width font, such as courier. When listing columns of information, it would be helpful if the columns lined up, as my previous posts are quite messy looking when displayed.

Thank you,

-Don
Posted by: dgoyette
2010-11-25 01:05:46
2 of 3
#2558
in reply to #2557
That's a good point. I haven't implemented that.

For the time being try putting the block in [ code ] blocks

[ code ] ..... [ /code ]

(remove the spaces).

Once i have a chance to update the code I can make it so that anything int he code /code blocks is a fixed font.
Posted by: Yermo
2010-11-25 01:07:15
3 of 3
#2560
in reply to #2557
An attempt using [ code ] ... [ /code ] ...

Source                    Open     High     Low      Close    Vol       Adj Close
------------------------  -------  -------  -------  -----    --------  ---------
Yahoo Hist Prices         25.12    25.37    24.75    25.18    12300200  25.01

PSM chart tooltip         24.95    25.20    24.58    25.01    12300200  n/a
PSM DownloadHistoryData   24.9492  25.1975  24.5817  25.01    12300200  n/a
chk.txt endofday file     24.9492  25.1975  24.5817  25.0100  12300200  n/a

Thanks Yermo, this works
Posted by: dgoyette