function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JoanJoan 

Create a solution with tab

Hello Everyone,
 
I am trying to create a solution that pertains to a SQL problem.
 
Part of the solution includes an example command followed by it's output.  This output is in the form of a table.
 
When the solution, with it's table, were created inside of Word, the columns of the table were all lined up.  First, I had tabs between each of the entries, and I have also tried spaces.  The result is still the same.  We have also tried &nbsp in the actual file, as well as trying to insert a table into the Word file, and copying THAT into the solution.
 
This is what it looks like in Word:
 
DBCC LOGINFO('pubs')
Sample results:
FileID FileSize StartOffset FSeqNo Status Parity CreateLSN
------ -------  ----------- ------ ------ ------ ---------
2      253967   8198        909756 0      46     0
2      261354   1048646     0      0      0      909788564738397000000
Inside of Salesforce Solutions, the columns are 1 space apart, and because they are not
lined up, the explanation that follows does not make sense.  This is what it looks like in
Salesforce:
FileID FileSize StartOffset FSeqNo Status Parity CreateLSN 
------ ------- ----------- ------ ------ ------ ---------
2 253967 8198 909756 0 46 0
2 261354 1048646 0 0 0 909788564738397000000
Anyone can let me know how can I fix this problem?
Thanks a lot