|
-
Apr 29th, 2002, 01:25 AM
#1
Thread Starter
Junior Member
Little Help Here???
I need to write a loop that send text after a certain interval... How do i do that???
Thank you for ur assistance...
Private Sub CmdSend_Click()
Dim mystring As String
If txtSend.Text = "" Then txtSend.SetFocus
mystring = txtSend.Text
txtRecv = mystring
MSComm1.Output = Right$(mystring, 157) + vbCr
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
|