Jumat, 06 Mei 2011

Array Huruf Pada Visual Basic

. Jumat, 06 Mei 2011

Untuk perulangan dari huruf A sampai huruf Z 
i = Asc ("A")
Do until i >Asc("Z")
       Text1.text = "Huruf" & chr(i)
       i = i + 1
loop

Untuk perulangan dari huruf Z sampai huruf A

i = Asc ("Z")
Do until i >Asc("A")
       Text1.text = "Huruf" & chr(i)
       i = i - 1loop

0 komentar:

:)) ;)) ;;) :D ;) :p :(( :) :( :X =(( :-o :-/ :-* :| 8-} :)] ~x( :-t b-( :-L x( =))

Posting Komentar

 
YOUR BLOG TITLE is proudly powered by o-om.com | Modif by BLOG Arychristian