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 IchWhat do you exactly mean??
A variable which can terminate your ptogram at a NULL-Value?
Post by Justin MannensHoi,
how do I add a "null-terminating-string"
kind regards
justin