Subject | How to store something like the following string with #0s in it |
---|---|
Author | Chuck Belanger |
Post date | 2018-08-03T20:41:40Z |
Hello:
I have been using a string of '0000's and '11111's to indicate access to
the underlying position in a database. I have been storing this string
of '000111' combinations by converting to a set of characters
representing each 8 "bits" of the actual 0s and 1s.
The problem I am facing is how to store those occasional strings that
look like this:
'ΓΌ@'#0'0'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
It is not so much all the null characters after the '0', but that null
character between the '@' and the '0'. The above string is created and
stored in a string just as you see it, but how do I store it, preferably
as-is in a table field?
I have tried rawbytestring but that truncates the string at the first #0
character, thus losing the information in the '0' that follows.
Any thoughts?
Thank you,
Chuck
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
I have been using a string of '0000's and '11111's to indicate access to
the underlying position in a database. I have been storing this string
of '000111' combinations by converting to a set of characters
representing each 8 "bits" of the actual 0s and 1s.
The problem I am facing is how to store those occasional strings that
look like this:
'ΓΌ@'#0'0'#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0#0
It is not so much all the null characters after the '0', but that null
character between the '@' and the '0'. The above string is created and
stored in a string just as you see it, but how do I store it, preferably
as-is in a table field?
I have tried rawbytestring but that truncates the string at the first #0
character, thus losing the information in the '0' that follows.
Any thoughts?
Thank you,
Chuck
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus