← Back to team overview

mudlet-makers team mailing list archive

[Bug 365878] Re: cut() doesn't cut the text, it copies

 

*** This bug is a duplicate of bug 371532 ***
    https://bugs.launchpad.net/bugs/371532

** This bug has been marked a duplicate of bug 371532
   cut() & copy() do not work... or perhaps pasteWindow() doesn't

-- 
cut() doesn't cut the text, it copies
https://bugs.launchpad.net/bugs/365878
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.

Status in Mudlet the MUD client: New

Bug description:
cut() doesn't cut the text, it merely copies it. 

Using:

function cutMap()
	selectString(line, 1)
	cut()
	pasteWindow("mapcap")
end

my map remains in the main window...

os: xp sp3
mudlet beta 9



References