--- In [email protected], ujang kasep <xa...@...> wrote: > > > bagai mana cara menghitung check box (di array) yang telah kita pilih ( ada berapa yang telah kita pilih? ) > > _________________________________________________________________ > NEW! Get Windows Live FREE. > http://www.get.live.com/wl/all > > [Non-text portions of this message have been removed] >
Lewat cara looping pak, ni conto source codenya dim dicek as integer dicek = 0 for i = 0 to Checkbox.Ubound if checkbox.value = 1 then dicek = dicek + 1 next variabel "dicek" adalah jumlah cekbox yang dicek.
