Re: InStr and striping NULs
Found the problem.
The code calling the sub to initialize the variable was gone, causing the
cNul string
to be empty.
I've had lots of distractions lately, but still no excuse.
.
Relevant Pages
- Re: InStr and striping NULs
... The code calling the sub to initialize the variable was gone, causing the ... to be empty. ... Which is exactly what the documentation says should happen if the 'string to ... (microsoft.public.vb.general.discussion) - Re: CString
... My customers don't give a hoot in hell who forgot to initialize a variable --- if the software comes from me, ... Empty(), or set the string explicitly, always, before assuming anything. ... IMO, if you dont need a function call, dont call it. ... (microsoft.public.vc.mfc) - Re: HIGH Decimal ?
... initialize a minimization or maximization algorithm. ... Consider a possibly empty list of values. ... This concept is most easily expressed using APL notation. ... {nand}/e gives a DOMAIN error since nand has no identity and the relationship stated above does not hold in general even for non empty boolean vectors since nand is not associative. ... (comp.lang.pl1) - Re: Beginners question: assigning same value to many variables
... Subject: Beginner's question: assigning same value to ... I presume you want each variable initialized to a _different_ empty ... string. ... it's not too hard to initialize a group of instance variables to ... (comp.lang.ruby) - Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into per cpu area
... To initialize the percpu data you do want to talk to the virtual address ... It might be worth saying something like. ... symbols out of empty sections and making them absolute. ... (Linux-Kernel) |
|