Spaces as delimiters import into Excel quite nicely too.   You just have to 
check the space box for picking delimiters.

 



 

For me, using a space as a delimiter is preferred over a tab due to the extra 
output space required for a tab.   For example, in one of my programs, I use 
the variable ā€œIā€ all over the place.   

 

Here is the variable concordance for the variable, ā€œIā€:

 

I  450(3) 470(3) 1330 1350 1360 1390(2) 1400 1410 1440 1530 1550 1560 1580(2) 
1590 1600 1610 1830 1840 1850 1880 1890(2) 1910 2110 2130 2140 2150 2160 2170 
2250 2260 2270 2290(4) 2330 2390(2) 2410(5) 2440 2450 2470 2480 2570(4) 2580 
2610 2640 2740 2840(2) 2850 2890 2930 2950 2970 2990(2) 3000 3010(2) 3020 
3030(2) 3040 3050 3100(2)

 

A tab as a delimiter would require many more lines.

 

As far as making it pretty for formal documentation, I will allow the user to 
do that with their favorite spreadsheet, word processor or if they desire, 
modify the source code I provided accordingly.

 

This output was meant to be a quick concise output that could be used for 
debug/development.   In a spreadsheet or word processor, it can be dressed up 
and comments with detailed variable descriptions can be added.

 

Lloyd

 

 

 

 

-----Original Message-----
From: M100 <m100-boun...@lists.bitchin100.com> On Behalf Of MikeS
Sent: Thursday, May 4, 2023 11:07 PM
To: m...@bitchin100.com
Subject: Re: [M100] Variable Concordance

 

Yeah, that's what I was suggesting, mainly for legibility; importing into Excel 
would be a bonus

 

m

 

----- Original Message ----- 

From: "Bert Put" < <mailto:b...@bertput.com> b...@bertput.com>

To: < <mailto:m...@bitchin100.com> m...@bitchin100.com>

Sent: Thursday, May 04, 2023 6:41 PM

Subject: Re: [M100] Variable Concordance

 

 

> You might consider using tabs instead of spaces; Excel can import 

> tab-delimited files just like comma-delimited, and they are still fairly 

> readable.  Just make sure you have only one tab between columns.  It 

> might mess up your spacing a bit. Just a thought.

> 

> Regards,    Bert

> 

> 

> On 5/3/23 17:28,  <mailto:lloydel...@comcast.net> lloydel...@comcast.net 
> wrote:

>> Peter,

>> 

>> I had pondered doing something like you suggested. I also thought about 

>> making everything separated by commas so it would import into Excel. I 

>> finally settled with keeping it simple and doing spaces.

Reply via email to