Ken Harry wrote:

> Dear All,
>
> Ada yang tau script asp untuk bilangan genap atau ganjil gak?
>
> Tararengkyu ya?
>
OK..gw dah ketemu...mungkin bisa juga dipake bagi yang belum tau..
disini kita manggil fungsi isevennumber spt dibawah ini :


function isevennumber(tar)
    isevennumber = false
    if isnumeric(tar) then
        taro = tar/2
        if int(taro) = taro then
            isevennumber = true
        end if
    end if
end function




-- 
www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia 
Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] 
::: Hapus bagian yang tidak perlu (footer, dst) saat reply! ::: 
## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ##
$$ Iklan/promosi : www.itcenter.or.id/sponsorship $$

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ITCENTER/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Kirim email ke