I need to figure out in VB how to check a character in a string - a certain position.
Such as
string - "abcdefg"
Need to check position 1 (a) and 3 (c).
Was thinking something like (position what ever the correct code to use)
for I = 1 to len(strStringToCheck) Step 1
position(I...
I can't seem to get this to work for a school project.
Example of what I am after
Included in the text file would be these settings (kind of like a configuration settings)
[settings]
taxes=.07
lastpath=where ever a file was last saved
lastlogon=who ever last logged on
[options]
font=arial...
Such as in HTML, I would use the <BR> to go to the next line down
Example a label at the top (lblTitle)
ACME, INC.
Gas Mileage Testing Program
Now what would I use after "ACME, INC." to go to the next line. Is there a character to go to the next line, such as "&" (without...
Hi,
I am new here, and am lost with this programming thing...
What I am trying to do is make a setup.exe that will point to either two different programs on the CD. But I have no idea how I would call to a program on the CD in which it is installed.
Basically on the CD I have two directory's...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.