|
-
Apr 19th, 2005, 01:50 PM
#7
Need-a-life Member
Re: If statement
 Originally Posted by Hack
Why not just do
VB Code:
Do While Not EOF(1)
Line Input #1, strReadLine
If InStr(1, strReadLine, "S ") Then
If InStr(1, strReadLine, "grep") Then
'Go to next Line
Loop
End If
If InStr(1, strReadLine, "/") Then
'Do some events
End If
End If
Loop
I think that will only work in C. Are you telling that this code compiles? (I've not tested).
Emiliano F. Martín
If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
Encourage the person who helped you to keep doing it, and give him the points he deserves.
MP3 Organizer: Freeware to logically organize all your MP3s.
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
|