Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21189

Question about While

$
0
0
What is the proper way to code the below Do....While as I get a While without Wend error

Code:

  '
 Do
  If Left(s, 14) = "EndProfileList" Then
    normalMessage = True   
    Exit Sub                               
  End If                                         

  NumberOfProfiles = NumberOfProfiles + 1   
  ProfileList(NumberOfProfiles) = inMsg         
 While True
  '


Viewing all articles
Browse latest Browse all 21189

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>