About 3,720,000 results
Open links in new tab
  1. How to display debug info or console.log equivalent in Lua

    Jan 16, 2021 · How to display debug info or console.log equivalent in Lua Asked 4 years, 10 months ago Modified 3 years, 2 months ago Viewed 33k times

  2. installation - How to install Lua on windows - Stack Overflow

    Using lua console After you download the file, put it in a file location anywhere on your computer, in order execute lua code; the first method is to open the lua console and simply type out your …

  3. How do I clear the console in a Lua Program - Stack Overflow

    Apr 20, 2014 · I'm making my first Lua program with the console, and I need to find out how to remove all the text in the console without just appending a ton of \\n's.

  4. Lua - get command line input from user? - Stack Overflow

    Nov 29, 2009 · In my lua program, i want to stop and ask user for confirmation before proceeding with an operation. I'm not sure how to stop and wait for user input, how can it be done?

  5. lua - How to dump a table to console? - Stack Overflow

    Feb 7, 2012 · I'm having trouble displaying the contents of a table which contains nested tables (n-deep). I'd like to just dump it to std out or the console via a print statement or something …

  6. windows - How do I run a Lua script? - Stack Overflow

    Mar 6, 2016 · I built lua, added it to my environment variables PATH but I cant figure out how to successfully run it. I tried dragging a .lua file onto lua.exe but that just causes my explorer …

  7. How to exit a Lua script's execution? - Stack Overflow

    Nov 25, 2013 · I want to exit the execution of a Lua script on some condition. For example: content = get_content() if not content then -- ( Here i want some kind of exit function ) …

  8. How to get color in Lua console/terminal - Stack Overflow

    Aug 22, 2019 · Is there a simple way to have the generic Lua console/terminal in windows display colors? I am basically running the lua53.exe terminal in windows and want to display things …

  9. popen - Lua redirect stdout to console window - Stack Overflow

    Oct 5, 2014 · I'm trying to write a lua script that has need of displaying messages to the user, which of course the host application provides only limited support for. So I'd like to open a …

  10. Lua script does not print results to wireshark console

    Aug 15, 2023 · 1 So, I have written the following Lua script for my work but it does not show any output in the WireShark console for TCP at 443.