I wanna know whats is the constant or something like that to know what is the end of the RTF
Printable View
I wanna know whats is the constant or something like that to know what is the end of the RTF
Do you expect something like "\0" like in C++?
yeah kind of ....
How are you using this and what do you want to do?
I'm using a vb rtf and wanna know when I use the span méthod when I'm at the end
Are you trying to span the whole rtf? There might be a better way to do this if you want to give a little more info. What are you using the span method for?
Je sais pas pour les rtf mais les string en Vb se termine par NULL, i.e. le code ascii 0.