Recent changes Random page
GAMING
Gaming
 
StarCraft Wiki
Super Smash Wiki
Halopedia
Diablo Wiki
FFXIclopedia
Grand Theft Wiki
See more...

Sea.util.fixnilEmptyString

From WoWWiki

Jump to: navigation, search

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)

Rate this article:
Share this article: