Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Hehe im learning vb6 ^^


eltony
 Share

Recommended Posts

well this what i learn so far :D i learn how to draw and add commands and simple scripts that calculate for example

private sub form_activate()
A="I'
B="Love"
C="Elipse"
D="Origins"
Print A+B+C+D
end sub

result should be "I Love Eclipse Origins"rada rada rada rada rada!
Link to comment
Share on other sites

@Eltony:

> ah ok lol thanks i get it now… but i got an error at "Dim i2 as integer = 0" i get compile error expected end of statement o,x i dont get it...

My bad, don't think you can declare variables in the global region with a value like = 0 without it being a constant variable. xP
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...