Wikia

WoWWiki

Watchlist Recent changes

Sea.util.fixnilSub

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

-- 
-- fixnilsub (sub, ... )
--
--	replaces nils with a substitute
--	
--
fixnilSub = function(sub, ... )
	for i=1, arg.n, 1 do
		if(not arg[i]) then
			arg[i] = sub;
		end
	end
	return arg;
end;

Originally coded by Thott (thott@thottbot.com)

Pages on WoWWiki

94,195pages on
this wiki
Advertisement | Your ad here

Latest Photos

Add a Photo
55,622photos on this wiki
See more >

Recent Wiki Activity

See more >

Recent Questions

Around Wikia's network

Random Wiki