Gaming
 

Sea.util.fixnilEmptyString

From WoWWiki

This article is a part of the documentation of the Sea function library

--
-- Fixes nils with empty strings
--
fixnilEmptyString = function (...)
	return Sea.util.fixnilSub("", unpack(arg));
end;

Originally coded by Thott (thott@thottbot.com)