Posted 20 years ago
by Greg Shaffer
- Boulder
Hi Again,
How can I indent text in the IntelliPrompt.
I'm building the string with a StringBuilder...
StringBuilder sb = new StringBuilder();
I have tried:
sb.append(" "); , ( Does nothing )
sp.append(" "), ( Seems to clear out the intelliprompt )
sp.append("\t") ( Shows \t in the intelliprompt )
Thanks,
Greg
How can I indent text in the IntelliPrompt.
I'm building the string with a StringBuilder...
StringBuilder sb = new StringBuilder();
I have tried:
sb.append(" "); , ( Does nothing )
sp.append(" "), ( Seems to clear out the intelliprompt )
sp.append("\t") ( Shows \t in the intelliprompt )
Thanks,
Greg