You may want to elaborate on what you mean by bits on the string data. Maybe give an example of what you are trying to achieve.
The BITxxx functions are used to perform bitwise operations on binary data, IOW, 0's and 1's. [sig]<p>Jon Hawkins<br><a href=mailto: jonscott8@yahoo.com> jonscott8@yahoo.com</a><br><a href= > </a><br>Focus on the solution....Not the problem.[/sig]
To Jon Hawkins: Thanks for responding.
Here what I'm trying to do: Let suppose I have a text field 100 char long (its 800 bits). I want to be able to analyze and modify each bit (i.e. set its value to 0 or 1). A can do it using ASC, CHR, BITxxx functions but it takes forever on the big table. Is there more effective way to do it? [sig][/sig]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.