Davide,

Monday, July 09, 2001, 8:21:48 PM, Davide Libenzi wrote:

> I could bet my brand new bike that You don't have real tabs inside aliases.tab

I don't want to take your bike, don't care for this ! :)

No I verify many time under 2 text editors, tab are here like other
aliases, I've added myself <tab> for comprehension and to show you I
know I need to put tab here!.

Anyway why using tabulations? Most of editors doesn't show them and
when they allow this, this makes the code/text less readable.

Why don't you use "," instead?

You chain is:

"token"<tab>"token"<tab>"token"

First between "" you should have a token so we could think that

"token""token""token" can be parsed out without any separation marker.

And (my 2 euros), that

"token","token","token"

is far more readable from

"token"     "token"  "token"

When you have "," you are sure that it is or not. With tabs if your
text editor doesn't show it, and like my mail client convert it to
spaces, you need to deal with ghost signs and this is... grrrr ! :))

Well. I will try later, maybe i'm blind because of the stress ! :)

Reply via email to