VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Simple way to start learning types

by Chrysovalantis Anastasiades (5 Submissions)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 4th February 2008
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Simple way to start learning types

API Declarations



Public Type Car
model as string
max_speed as integer
speed as integer
color as string
end type

Rate Simple way to start learning types



dim mdr as Car

Private Sub Command1_Click()
mdr.max_speed=200
print mdr.max_speed

End Sub


Download this snippet    Add to My Saved Code

Simple way to start learning types Comments

No comments have been posted about Simple way to start learning types. Why not be the first to post a comment about Simple way to start learning types.

Post your comment

Subject:
Message:
0/1000 characters