আমি একটি সময় ব্যবহার করছি ... ভিবিএর ওয়েন্ড লুপ।
Dim count as Integer
While True
count=count+1
If count = 10 Then
''What should be the statement to break the While...Wend loop?
''Break or Exit While not working
EndIf
Wend
আমি `যখন গণনার সময় <= 10 ... শুল্কের মতো শর্তটি ব্যবহার করতে চাই না