i didnt think i could explaint it too well - here is my 2nd shot
Private Sub Command1_Click()
Dim start As Double, limit As Double, addon As Double
start = -2
limit = 1.1
addon = 0.1
Do Until start >= limit
start = start + addon
Debug.Print start
Loop
End Sub
which gives the following results...
Hi,
Im trying to increment a negative number towards 0 onwards - and store the result in my array.
my negative number has 6 places and can only range from
-2.000000 to +2.000000
I have a start value, the step to increment by, and a limit - which resets back to start value
so I might...
Hello!
I would like some help and advice...
im trying to generate random 2d landscapes - kinda worms style, but I just want a line that goes from the left of the screen to the right - I dont need extra bits of land floating on there own.
I wish I had some code to show you - every effort ive made...
I am reading up on how to code with Visual C++ 6 and I have understood all the concepts I have read - so far - bar pointers.
I understand that you can set a pointer to a memory location thats holding data but the rest of pointers I just cant understand!
It's a bit cheeky, but could someone...
Hi!
Im new to C++ and have been reading through C For Dummies Volume 1
I am using Borland C++ 5.5.1
the book states that although it is written for C the book works for C++ as well.
in the book there is the following example that is to be typed in, yet it will not work. Could anyone help...
I already have my own setup file, which deals with some reg entry's needed.
What I need to know is, if I install the extra files into a users system folder, are there any other steps needed to ensure the file work? ie do the files need to be registered with windows in some way? QBasic is fun! Go...
I have thought about your idea to make the vb project open to other vb users.
I don't think that would be a good idea! I'm very new to VB6 and i'm sure my code is messy! I think i'll stick to giving the exe away!
Until I can better my skills atleast!
QBasic is fun! Go see what I've done...
I have a VB 6 project that has dependancies other then the files that are bundled by MS as VBRUN600.EXE
Do I have to make sure that these extra files needed to run my app are in a users system folder? Do I have to register the files with windows in some way?
Thanx for your help! QBasic is fun...
Thanx for youre help!
I am now a member of tek-tips!
I have put a web page up on the net so people can read a bit more about it and then decide if they want to give it a go or not.
http://www.blackrabbit.btinternet.co.uk/CurlyJ/Pages/QBLaunch.htm
How do people get there programs tested if no...
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.