← Back to team overview

mudlet-makers team mailing list archive

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

 

Public bug reported:

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

** Affects: mudlet
     Importance: Undecided
         Status: New


** Tags: cut script

-- 
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



Follow ups

References