View Single Post
11-05-08, 09:55 AM   #6
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by HyperGig View Post
Where do i put the
Code:
if (not my_var) then my_var = "default Val" end
part?
much easier/cleaner would be like this:
Code:
TESTDB = TESTDB or {defaulttable}
  Reply With Quote