Unchecking 'wrap output at column number' in world prefs does not disable output window wrapping. The text continues to be wrapped at the value set by the numberpicker.
Auto-wrap also unchecked.
Auto-wrap also unchecked.
This forum is a read-only archive of the Gammon Software forum (2000–2026). No new posts can be made. Search the archive.
Posted by Smorly on Sat 09 Feb 2013 06:45 PM — 10 posts, 34,168 views.
def ccopy(name, line, wildcards):
ln = world.GetLinesInBufferCount
while world.GetLineInfo(ln, 1) != line:
ln -= 1
if ln == 0:
world.Note('Error! Line not found!')
return