Results 1 to 4 of 4

Thread: [RESOLVED] IIF Statement

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Apr 2003
    Location
    The Future - Skynet
    Posts
    1,157

    Resolved [RESOLVED] IIF Statement

    Would you say these two produce the same result, all the time, when testing for booleans?

    blnResult = (CDate(strDate) > Now)

    blnResult = IIf(CDate(strDate) > Now, True, False)
    Last edited by Liquid Metal; Jan 31st, 2008 at 12:33 PM.
    I'll Be Back!

    T-1000

    Microsoft .Net 2005
    Microsoft Visual Basic 6
    Prefer using API

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width