Discussion:
Null-string
(too old to reply)
Justin Mannens
2003-12-29 11:19:30 UTC
Permalink
Hoi,

how do I add a "null-terminating-string"

kind regards

justin
Ich
2003-12-29 18:04:42 UTC
Permalink
What do you exactly mean??

A variable which can terminate your ptogram at a NULL-Value?
Post by Justin Mannens
Hoi,
how do I add a "null-terminating-string"
kind regards
justin
Wilko
2003-12-29 23:23:44 UTC
Permalink
I do understand what you mean by a null-terminated string, but no what you
want to do with it. Pass it to a C-program ro an API-call or so? In that
case, you can use My$ = My$ & chr$(0)

That will add a null to your string so that other languages can understand
where your string ends.

Hope this helps...

Wilko Verweij, the Netherlands
Post by Ich
What do you exactly mean??
A variable which can terminate your ptogram at a NULL-Value?
Post by Justin Mannens
Hoi,
how do I add a "null-terminating-string"
kind regards
justin
Loading...