Visual Basic оператор

Page 8

нэг буюу хэд хэдэн илэрхийлэл Loop Until (<нөхцөл>) Жишээ нь 1: Counter = 1 Do Until Counter > 1000 Debug.Print Counter Counter = Counter + 1 Loop Жишээ нь 2: Sum = 1 Do Debug.Print Sum Sum = Sum + 3 Loop While Sum <= 50 Жишээ нь 3: Sum = 1 Do Debug.Print Sum Sum = Sum + 3 Loop Until Sum > 50 Жишээ нь 4: Private Sub Form1_Load() Dim strAge As String Dim IntAge As Integer Dim IntPress As Integer strAge = InputBox(“How old are you?”, “Age Ask”) If (strAge = “”)

Then


Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.