W
Warrio
meaningless to you maybe! I learned a lot!
you can learn as well if you open your eyes, ears, ..., mind!
Keep going ; )
you can learn as well if you open your eyes, ears, ..., mind!
Keep going ; )
David W. Fenton said:You should still use Option Explicit so you don't write garbage
code.
Warrio said:Thanks Bruce for correcting my English..
I became aggressive when I saw the people using Option Explicit
trying to tell me that I must or should do the same.
I've always respected their choice and all what I'm saying is that I
do not understand that they can perceive that other people can do
differently. I have my reasons, they have theirs... everybody is happy and
all this
discussion shouldn't exist.
if you were capable of focusing on my
question, all this wouldn't happen, I mean that I wouldn't have to
try to keep the answer focusing on the real question. and the answer
with what Albert said.
Rick Brandt said:Warrio wrote:
[snip drivel]if you were capable of focusing on my
question, all this wouldn't happen, I mean that I wouldn't have to
try to keep the answer focusing on the real question. and the answer
with what Albert said.
Imagine a group dedicated to discussions of a particular classic car and
someone posted the question "What's the best way to permanently mount a
set of deer antlers to the hood?"
Would you be surprised if most responders didn't focus on the original
question, but instead told the poster that it's a terrible idea?
I said it before! you made your decision, I respect it, respect
mine!
and as someone who has some respect for himself, if you answer a
message, just answer the question asked not something else letting
your emotions talk instead of your mind!
I have my reason to write what I write and I don't need to tell
them. all what you need to know if you "care so much" about the
code I'm writing.... is that I always calculate in ROI (Return On
Investment) which tells the risk I can take and the one I cannot.
and my calculations results in not declaring..
your ROI on declaring your variables is to save time on debugging,
fine with it, I said it! I respect that and understand it.
what I win with not declaring is :
1. if I declare them all, I can have useless variables within
my code.
and in Access the optimizer doesn't tell you that as it does in
Delphi for example.
2. I save some memory (even if it's meaningless as Albert D.
Kallal) but
with billions of lines of code, it can have a sense...
3. I save some memory in using a variable that is not
declared, so
variant for many purposes thanks to the casting
4. Sepending time on debugging is not a waste of time for me,
because I
learn how to find errors and try to minimize the time to find
it... can be useful not only in coding but in many stuff.
your messages telling me what I "should do"... is far away from my
original question. and if you reply to a message in a forum, you
are supposed to give some help on what people asked, not telling
them about which shirt color they should wear...
I asked about how can we make the code run faster with
an "Option Explicit" statement. Albert D. Kallal was the only one
with some experience of forum to answer only the question asked!
and I appreciated the quality of his answer. That's why I thanked
him.
Tolerance is the key word in here.
Respect the choice of others even if it
looks wrong to you,
it might look right to them, you can show the difference
and the weaknesses of the other option, but Respect it!
what do you do in life? do you shout after all the people who have
another religion, political opinion,.....? no, because it would be
a the war! and that's what happen today, because people don't have
tolerance of other options! so respect other's opinions!
What I'm trying to say that I'm shocked to see people saying that
there is only one option that is right.
Warrio said:you are right! you finally understood the point! it's the natural way that
people behave!
but it's not mine... even if someone (adult capable of making the
difference between bad and good things) would ask me about the best way to
suicicde, I will tell him, because of the freedom of choice: if he/she is
an adult with his/her complete brain, I suppose that he has the right to
make the choice he/she wants at the condition of taking the concequences
(good and bad) of his decision.
but anyway, not everybody thinks the same and it's normal.
it's my fault if it took so long to have an answer with many people
feeling offendend. Normaly the question that I asked are about a
particular situation that in 80% doesn't happen. and people react the same
way, but I try to tell from the begining to please do answer me this or
this.
I know it's completly unconciderable to do not use Option Explicit, but my
fault was to say that I don't use it... in order to do not have the
"natural reaction", I should have say, "yes I use it, but I want to know
in which way it will run the code faster in runtime?" in that case, people
won't focus on "should or should not use Option Explicit" because I'm
doing the corret thing as it's supposed to be done.
I agree, it's my fault, if I had all these reactions... and this is the
positive thing! is that I'm learning how to talk to people in order to get
what I want... and at least I'm happy with the message and as I've said, I
appology if they got offended by my reaction.
Rick Brandt said:Warrio wrote:
[snip drivel]if you were capable of focusing on my
question, all this wouldn't happen, I mean that I wouldn't have to
try to keep the answer focusing on the real question. and the answer
with what Albert said.
Imagine a group dedicated to discussions of a particular classic car and
someone posted the question "What's the best way to permanently mount a
set of deer antlers to the hood?"
Would you be surprised if most responders didn't focus on the original
question, but instead told the poster that it's a terrible idea?
BruceM said:How do you know the best way to commit suicide? How does anybody, for
that matter? How do you get inside a person's brain and determine that
the person is capable of knowing good from bad? Having made the
determination, you would assist the person in doing bad? You may want to
find a different forum in which to work out some of these issues.
You came into the discussion determined that you are not going to declare
variables unless there is a performance enhancement to be obtained by
doing so. If you come across me on the street, and you point to a road
and ask how to take it to a destination that I know is not on that road,
or if I know that you would be taking the long way, I will point that out.
If you tell me that you need to take that road because of another
destination that is on that road, that is a different matter. All you
ever had to do was to ask if there is a performance difference between
declaring and not declaring variables. You brought on the rest of it
yourself. I think you acknowledged that. However, you seem to expect
that knowledgeable people should forget what they know in order to tell
you how to take the long way.
Warrio said:you are right! you finally understood the point! it's the natural way
that people behave!
but it's not mine... even if someone (adult capable of making the
difference between bad and good things) would ask me about the best way
to suicicde, I will tell him, because of the freedom of choice: if he/she
is an adult with his/her complete brain, I suppose that he has the right
to make the choice he/she wants at the condition of taking the
concequences (good and bad) of his decision.
but anyway, not everybody thinks the same and it's normal.
it's my fault if it took so long to have an answer with many people
feeling offendend. Normaly the question that I asked are about a
particular situation that in 80% doesn't happen. and people react the
same way, but I try to tell from the begining to please do answer me this
or this.
I know it's completly unconciderable to do not use Option Explicit, but
my fault was to say that I don't use it... in order to do not have the
"natural reaction", I should have say, "yes I use it, but I want to know
in which way it will run the code faster in runtime?" in that case,
people won't focus on "should or should not use Option Explicit" because
I'm doing the corret thing as it's supposed to be done.
I agree, it's my fault, if I had all these reactions... and this is the
positive thing! is that I'm learning how to talk to people in order to
get what I want... and at least I'm happy with the message and as I've
said, I appology if they got offended by my reaction.
Rick Brandt said:Warrio wrote:
[snip drivel]
if you were capable of focusing on my
question, all this wouldn't happen, I mean that I wouldn't have to
try to keep the answer focusing on the real question. and the answer
with what Albert said.
Imagine a group dedicated to discussions of a particular classic car and
someone posted the question "What's the best way to permanently mount a
set of deer antlers to the hood?"
Would you be surprised if most responders didn't focus on the original
question, but instead told the poster that it's a terrible idea?
Warrio said:and I'm more disappointed to see an MVP treating someone's code of
garbage!!
and in Access the optimizer doesn't tell you that as it does in Delphi for1. if I declare them all, I can have useless variables within my code.
question. and if you reply to a message in a forum, you are supposed to giveyour messages telling me what I "should do"... is far away from my original