+Source|> Posted June 19, 2019 Share Posted June 19, 2019 سلام عليكم انا مسوي جدول كذا table = { }; ابي احذف هذا الجدول عشان اسويه من جديد ابي احذف كل شي محفوظ عليه كيف ؟ Link to comment
Master_MTA Posted June 19, 2019 Share Posted June 19, 2019 6 minutes ago, +Source|> said: كيف ؟ في اكثر من طريقة 1- table={} 2- table=nil 3- loop table.remove(table,increment factor ) Link to comment
+Source|> Posted June 19, 2019 Author Share Posted June 19, 2019 1 minute ago, Master_MTA said: في اكثر من طريقة 1- table={} 2- table=nil 3- loop table.remove(table,increment factor ) سويتلها 50 الف طريقه وما ظبط table[source] = nil table[root] = nil table = nil table = { }; destroyElement( table[source] ) destroyElement( table[root] ) destroyElement( table ) Link to comment
Hakan Posted June 19, 2019 Share Posted June 19, 2019 كيف ماضبط لول تأكد من اسم الجدول Link to comment
SycroX Posted June 19, 2019 Share Posted June 19, 2019 (edited) 3 minutes ago, +Source|> said: سويتلها 50 الف طريقه وما ظبط table[source] = nil table[root] = nil table = nil table = { }; destroyElement( table[source] ) destroyElement( table[root] ) destroyElement( table ) function ClearTable ( Table ) if Table and type ( Table ) == "table" then for element in pairs ( Table ) do if isElement ( Table [ element ] ) then destroyElement ( Table [ element ] ) end Table [ element ] = false end end end Edited June 19, 2019 by #x1AhMeD-09 Link to comment
+Source|> Posted June 19, 2019 Author Share Posted June 19, 2019 7 minutes ago, Hakan said: كيف ماضبط لول تأكد من اسم الجدول تأكدت ما ظبط 5 minutes ago, #x1AhMeD-09 said: function ClearTable ( Table ) if Table and type ( Table ) == "table" then for element in pairs ( Table ) do if isElement ( Table [ element ] ) then destroyElement ( Table [ element ] ) end Table [ element ] = false end end end كذا يشتغل ؟ ClearTable( tableName ) Link to comment
SycroX Posted June 19, 2019 Share Posted June 19, 2019 Just now, +Source|> said: تأكدت ما ظبط كذا يشتغل ؟ ClearTable( tableName ) يب بس علي حسب الجدول يعني لو جدولك كذا tableName [ element ] كذا بيشتغل لاكن لو جدولك من النوع الأخر الي هو مثلا tableName [ رقم ] = element بتحتاج تعدل الكود Link to comment
+Source|> Posted June 19, 2019 Author Share Posted June 19, 2019 1 minute ago, #x1AhMeD-09 said: يب بس علي حسب الجدول يعني لو جدولك كذا tableName [ element ] كذا بيشتغل لاكن لو جدولك من النوع الأخر الي هو مثلا tableName [ رقم ] = element بتحتاج تعدل الكود برسلك في الخاص Link to comment
SycroX Posted June 19, 2019 Share Posted June 19, 2019 1 minute ago, +Source|> said: برسلك في الخاص اوك Link to comment
N3xT Posted June 19, 2019 Share Posted June 19, 2019 table = {} table = nil الاثنين يشتغلون, المشكلة منك Link to comment
+Source|> Posted June 19, 2019 Author Share Posted June 19, 2019 11 minutes ago, N3xT said: table = {} table = nil الاثنين يشتغلون, المشكلة منك يمكن Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now