[thelist] cint() error question

Joel D Canfield joel at spinhead.com
Thu Jan 4 07:12:53 CST 2007


> is there a way to test that cid IS in fact an integer, before 
> trying to cast it as such?

how about

    If (VarType(cid) = vbInteger) Then
      'do stuff
    End If

maybe?

joel



More information about the thelist mailing list