Results 1 to 4 of 4

Thread: if statement [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    if statement [RESOLVED]

    I was browsing some source code and saw this IF statement:

    VB Code:
    1. If m > n Then n = m
    2.         GetFilename = Mid(Path, n + 1)

    it has no END IF. I didn't know you could omit that part.

    comments?
    Last edited by Andy; Apr 19th, 2004 at 08:53 AM.

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