posting tables of numbers

Questions, comments and suggestions about RobotReviews and RoombaCommunity.
Post Reply
glnc222
Robot Master
Posts: 5479
Joined: January 23rd, 2012, 8:19 pm
Location: The Villages, Florida
Contact:

posting tables of numbers

Post by glnc222 »

Could not get the text entry system to show aligned tables of numbers with multiple spaces between columns, and resorted to rows of dots to format. It seems to compress spacing. Am I missing an available method? These systems not my forte.
User avatar
mfortuna
Robot Master
Posts: 5852
Joined: February 5th, 2006, 9:35 am
Location: NH

Re: posting tables of numbers

Post by mfortuna »

I use this method on a different forum and it works fine.

<left bracket>code<right bracket>

table

<left bracket>/code<right bracket>

<foo> represents a special character
Mike
Reds x 3, Dirt Dog, Disco (now a parts bot), Create, Scooba 350, and Security Dawg
Evolution Mint
Neato XV-11
Shark Ion 750
glnc222
Robot Master
Posts: 5479
Joined: January 23rd, 2012, 8:19 pm
Location: The Villages, Florida
Contact:

Re: posting tables of numbers

Post by glnc222 »

not here:

Code: Select all

"code" tabe on editing bar   1.
                           puts in a  box    2.
                                   like this    3.
-- above entered right justified...
User avatar
mfortuna
Robot Master
Posts: 5852
Joined: February 5th, 2006, 9:35 am
Location: NH

Re: posting tables of numbers

Post by mfortuna »

The code tag maintains whitespace. When you tried to align columns using the space character, it comes out more narrow than a regular character. You ended up putting in way too many spaces.

One easy method it use a fixed/monospaced font in a text editor like word and then copy and paste the text into the reply window. I used "Courier New" font in Word 2007 to align the following text.

Code: Select all

"code" tabe on editing bar   1.
            puts in a  box   2.
                 like this   3.
-- above entered right justified...
Mike
Reds x 3, Dirt Dog, Disco (now a parts bot), Create, Scooba 350, and Security Dawg
Evolution Mint
Neato XV-11
Shark Ion 750
glnc222
Robot Master
Posts: 5479
Joined: January 23rd, 2012, 8:19 pm
Location: The Villages, Florida
Contact:

Re: posting tables of numbers

Post by glnc222 »

Code: Select all

courier new in wordpad     1.    2.
works like this            2.    3.
pasted into post editor online.  4.
even though appears in the post editor like this:
courier new in wordpad 1. 2.
works like this 2. 3.
pasted into post editor online. 4.
Fascinating.
User avatar
mfortuna
Robot Master
Posts: 5852
Joined: February 5th, 2006, 9:35 am
Location: NH

Re: posting tables of numbers

Post by mfortuna »

Very strange. In my earlier post I put the code keyword all by itself on the first line and when I try to edit all the whitespace is lost.
Here is a version with the code keyword and ""code" tabe on editing bar 1." together on the first line

Code: Select all

"code" tabe on editing bar   1.
            puts in a  box   2.
                 like this   3.
-- above entered right justified...
Mike
Reds x 3, Dirt Dog, Disco (now a parts bot), Create, Scooba 350, and Security Dawg
Evolution Mint
Neato XV-11
Shark Ion 750
glnc222
Robot Master
Posts: 5479
Joined: January 23rd, 2012, 8:19 pm
Location: The Villages, Florida
Contact:

Re: posting tables of numbers

Post by glnc222 »

Not following this, hard to describe. Works making the table in wordpad with the fixed spacing typewriter font and pasted from the Windows scratchpad into the "code" marker placed by the posting online editor tab atop the text window. The bracket-CODE marks inserted are contiguous to start and end of pasted text. I don't do anything within the code-marked section in the posting editor, has to be edited in wordpad etc. and transferred as a whole.
Post Reply