Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
search for character " in a string variable using instr function
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
.NetIndia  
View profile  
 More options Nov 4 2005, 4:08 am
From: ".NetIndia " <dotnetindiagr...@gmail.com>
Date: Fri, 4 Nov 2005 14:38:49 +0530
Local: Fri, Nov 4 2005 4:08 am
Subject: search for character " in a string variable using instr function

hi all
i try to search for character " in a string variable using instr
function in vb, but something gone wrong.my code is

MyPos = Instr(4, SearchString," " ", 1)

can suggest wat is the correct way to search for " in instr function?

thx in advance.

--
Regards,
.NetIndia Group,
"There is no delight in owning anything unshared."
"A book lying idle on a shelf is wasted ammunition. Like money, books must
be kept in constant circulation. Lend and borrow to the maximum -- of both
books and money! But especially books, for books represent infinitely more
than money. A book is not only a friend, it makes friends for you. When you
have possessed a book with mind and spirit, you are enriched. But when you
pass it on you are enriched threefold."

Blog:http://dotnetindia.blogspot.com/
Technical Discussion: TechdotNetIndia@googlegroups.com
http://groups.google.com/group/TechdotNetIndia
Job Section : TechdotNetIndia-Jobs@googlegroups.com
http://groups.google.com/group/TechdotNetIndia-Jobs


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BabuLives  
View profile  
 More options Nov 4 2005, 4:20 am
From: "BabuLives" <satheeshbab...@gmail.com>
Date: Fri, 04 Nov 2005 01:20:56 -0800
Local: Fri, Nov 4 2005 4:20 am
Subject: Re: search for character " in a string variable using instr function
i think this one will work...

MyPos = Instr(4, SearchString," "" ", 1)

Regards,
Satheesh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Girivasan  
View profile  
 More options Nov 9 2005, 6:45 am
From: Girivasan <manmatha...@gmail.com>
Date: Wed, 9 Nov 2005 17:15:25 +0530
Local: Wed, Nov 9 2005 6:45 am
Subject: Re: [.NetIndia] Re: search for character " in a string variable using instr function

use without space, like

MyPos = Instr(4, SearchString,"""", 1)

 On 11/4/05, BabuLives <satheeshbab...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »