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.

List1.Cleari = Asc("A")Do Until i > Asc("Z")List1.AddItem "Huruf " & Chr(i)i = i + 1LoopEnd SubPrivate Sub Command4_Click()List1.Cleari = Asc("Z")Do While i >= Asc("A")List1.AddItem "Huruf " & Chr(i)i = i - 1LoopEnd SubPrivate Sub Command5_Click()List1.ClearEnd SubHasilnya :14

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

Saved successfully!

Ooh no, something went wrong!