
Whereabouts in the UK? I've only ever heard it used to mean underwear.
( ,
Sun 14 Apr 2002, 18:23,
archived)

if(( now > dawn_of_time ) && ( location == UK )) pants = underwear;
( ,
Sun 14 Apr 2002, 18:35,
archived)

if (( now > dawn_of_time ) && ( location == UK ) && ( name <> "Darren Wolfe") pants = underwear
else if (( now > dawn_of_time ) && ( location == UK ) && ( name = "Darren Wolfe") pants.usage.confusion = yes;
( ,
Sun 14 Apr 2002, 18:42,
archived)
else if (( now > dawn_of_time ) && ( location == UK ) && ( name = "Darren Wolfe") pants.usage.confusion = yes;


You've missed some brackets, and used the BASIC non-equals operator in a C program. I think you really meant:
if(( now > dawn_of_time ) && ( location == UK ))
{
if( name != "Darren Wolfe" ) pants = underwear; else pants.usage.confusion = yes;
}

i thought it was javascript you were writing in :)
I get so confused over programing syntax these days - too may languages around...
asp, vb, delphi, c++, java, javascript, php..
( ,
Sun 14 Apr 2002, 19:09,
archived)
I get so confused over programing syntax these days - too may languages around...
asp, vb, delphi, c++, java, javascript, php..

I can program in more languages than I can even think of in one go, but not getting confused between them is a knack that you pick up eventually...
( ,
Sun 14 Apr 2002, 19:13,
archived)

but i dont know if its a regional thing, but I have always referred to trousers as pants and underwear as, well, underwear..
It could be due to my parents, or rather it's my brain interpreting things differently than most people because i miss a vital piece of information.
For example, I have always made a sandwhich by buttering one piece of bread only (the other being dry). It is the way I have ALWAYS done it for as long as I can remember.
One day, I was in the kitchen making a sandwhich and I was talking to a friend, he saw me butter only one piece of bread and commented "why?". I said "what do you mean why?".
He explained that no one butters one piece of bread. I said "well my parents must do it".
When I asked my parents, they said that they always buttered both pieces. I asked my grandparents... they did the same.
In fact, there is no one I know, family or otherwise, who butters one piece of bread only.
It is something I have done on my own. I assume that when I was being "taught" to make a sandwhich (or watched a sandwhiches construction) in my very early years, I got distracted and didnt see the second piece being buttered..
Use this information as you see fit.....
( ,
Sun 14 Apr 2002, 18:35,
archived)
It could be due to my parents, or rather it's my brain interpreting things differently than most people because i miss a vital piece of information.
For example, I have always made a sandwhich by buttering one piece of bread only (the other being dry). It is the way I have ALWAYS done it for as long as I can remember.
One day, I was in the kitchen making a sandwhich and I was talking to a friend, he saw me butter only one piece of bread and commented "why?". I said "what do you mean why?".
He explained that no one butters one piece of bread. I said "well my parents must do it".
When I asked my parents, they said that they always buttered both pieces. I asked my grandparents... they did the same.
In fact, there is no one I know, family or otherwise, who butters one piece of bread only.
It is something I have done on my own. I assume that when I was being "taught" to make a sandwhich (or watched a sandwhiches construction) in my very early years, I got distracted and didnt see the second piece being buttered..
Use this information as you see fit.....