Null

What do you mean by, "What is null in ASCII?" What are you trying to do from a code standpoint? To put it another way, what do you need the "null ASCII" character for? Are you asking how to pass a null character (0x00) in a C string?
 
What do you mean by, "What is null in ASCII?" What are you trying to do from a code standpoint? To put it another way, what do you need the "null ASCII" character for? Are you asking how to pass a null character (0x00) in a C string?

this is an old thread, but I was looking null null termenate a string. I figured it out though. Thanks anyway :cheers:
 
Back
Top