Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to add a single " character to the program description to get it to load and display at the control. Everything I've tried so far causes compiling errors. Is this possible?
The line in the header currently looks like this
($%1001/0000Testing1/28)
I need it to look like this -
($%1001/0000"Testing1/28)
Line 236 looks like this -
writeln("($%" + oFormat.format(programId) + "/0000" + (programComment) + ")" );
I'm currently hand editing to insert it.
Solved! Go to Solution.