13.07.2015 Views

MODUL PRAKTIKUM - iLab - Universitas Gunadarma

MODUL PRAKTIKUM - iLab - Universitas Gunadarma

MODUL PRAKTIKUM - iLab - Universitas Gunadarma

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Latihan :Coding :Dim i As IntegerPrivate Sub Command1_Click()List1.ClearFor i = 1 To 100List1.AddItem "Angka " & iNext iEnd SubPrivate Sub Command2_Click()List1.ClearFor i = 100 To 1 Step -2List1.AddItem "Angka " & iNext iEnd SubPrivate Sub Command3_Click()13

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!