Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/19/2020 in Posts

  1. You better show full example with all numbers. For example for 10 rows. What you get from search, what you want receive as result and so on. Because you use word "devide" with some sence only known for you.
    3 points
  2. function X(value,range) local value, range = value, range; local code = value .. ";" ; local next = value/ 3; local previous = next; code = code .. next .. ";" ; for i = 1 , range-1 do next = previous / 3; code = code .. next .. ";" ; previous = next; end code = code .. "::" .. tostring((range)* 4 + 1); return code end -- Usage x = X(30,2) print(x) -- output : 30;10;3::13
    1 point
  3. x = nil value me noob brain...finally got it. TEST_X.mp4
    1 point
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.