|
-
Jun 6th, 2001, 01:41 PM
#1
A syntax question
I am reading some sample code, can somebody tell me what the two : mean in the following code?
Private Sub cboAddressList_Click()
NewAddress = Ports(cboAddressList.ListIndex)
If NewAddress <> Address Then
Address = NewAddress:
MsgBox "New Port Selected --- " + cboAddressList.Text + Chr(13) + Chr(10):
End If
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|