Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29274 Discussions

Text following a blank doesn't show in edit box

myron_r
Beginner
708 Views
I am using CVF6.5. I want to place text on an opengl window. I am using a Dialog Edit Box to enter the text. This works ok for text that doesn't contain a blank or a comma or /. There may be other characters that also don't work. The text up to the blank or comma or / prints out on the opengl window like I want. For example if the text is, Plot Number 2, only Plot will show up on the opengl window. Is there a way to make the edit box recognize the text after a blank?

Myron
0 Kudos
1 Reply
myron_r
Beginner
708 Views
I just figured out what I was doing wrong. I was using a list-directed read statement which doesn't allow blanks, commas or slash.

Myron
0 Kudos
Reply