Results 1 to 3 of 3

Thread: [RESOLVED] VB IDE : How to find 2 key word ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2017
    Posts
    236

    Resolved [RESOLVED] VB IDE : How to find 2 key word ?

    hi ~ ALL

    private sub Form_Load


    a1 = (1 + 2) <> (4 + 2) ' it has "+" and "<>" ( two keywords )
    a1 = (2) <> (4)
    a1 = (2-3) <> (4-3)

    end sub


    I want to find "+" and "<>" ( two keywords )

    but vbide menu -> edit -> find -> input bos only support one keyword

    What should I do ?

    thanks
    Last edited by quickbbbb; Dec 7th, 2022 at 09:32 PM.

  2. #2

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2017
    Posts
    236

    Re: VB IDE : How to find 2 key word ?

    Quote Originally Posted by Eduardo- View Post
    Name:  IDE_find.png
Views: 96
Size:  10.3 KB
    thanks

    I use * + * <> to success find

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