Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
for Mechanix
Name: lee123abc Date: March 23, 2009 at 16:29:59 Pacific OS: win xp 5.1.2600 CPU/Ram: 3mhz/2 gig Product: Dell / PRECISION Subcategory: Batch
Comment:
M2, I was reading a post earlier you answered. I often use spaces with == For example: if %example1% == %example2% or if %counter% == 5 ....
Does this really matter??? I do the same for SET. Example set /a counter + = 1 This seems to work fine.
Name: Mechanix2Go Date: March 23, 2009 at 21:37:58 Pacific
Reply:
Hi lee, notice the trials below. I prefer not to temp fate.
============================ set var =abc& if !var!==abc echo ok echo !var!>> newfile ========================== The set /a is adifferent story because it's not literal.
chok dee
===================================== If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: lee123abc Date: March 24, 2009 at 01:58:05 Pacific
Summary: Hello, I have this script: '================================= Private Sub CommandButton1_Click() 'Randomizing Lists MsgBox ("Before running this script, you will need:" & Chr(13) & _ "The...
Summary: Hi Mechanix - Yes, this is part of the same process. Every time I get over an obstacle, a new one appears (yes, there must be a Murphy law for that). But I am getting very close to the final solution....
Summary: i am new to VBA and need a VBA program that i can call in excel. this program would solve an equation such as one of time dilation: t = t0/sqrt(1-(v/c)^2) i actually have to do this for a number of f...