Shortly, I want to make a spelling checker for text in drawings.
The problem that I have is that most of my text is made of multiple lines.
How can I split the multiple lines of text in separate strings (catscript)?
I was thinking that something like this should work, but it doesn't:
array = Split(text, ""vbcrlf")
I want to make from multiple lines of text, single lines of text and after that I will be able to compare the text from the drawings with some .txt files.
Any kind of help is highly appreciated.
PS
I use Catia V5.R16 on a Unix workstation.
The problem that I have is that most of my text is made of multiple lines.
How can I split the multiple lines of text in separate strings (catscript)?
I was thinking that something like this should work, but it doesn't:
array = Split(text, ""vbcrlf")
I want to make from multiple lines of text, single lines of text and after that I will be able to compare the text from the drawings with some .txt files.
Any kind of help is highly appreciated.
PS
I use Catia V5.R16 on a Unix workstation.