Remember
Register
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website you can trust. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
javascript
java
c
c#
php
cpp
vb#
typescript
nodejs
html
go
rust
dart
ruby
swift
scala
r
css
bootstrap
groovy
sql
mysql
jquery
lua
bash
f#
kotlin
win32
reactjs
winapi
c-windows
pascal
opengl
cobol
nodejs-express
sdl2
angularjs
html5
postgresql
dom
android-java
glfw
bootstrap4
css3
objective-c
visual-studio-code
software
windows
fortran
web-hosting
firefox
bgfx
wordpress
binary
elixir
opencl
vulkan
ada
phpmyadmin
wpf
erlang
q2a
cpp17
clisp
laravel
netbeans
edge
prototype
perl
ide
dot-net-library
chrome
xampp
download
d
direct3d11
imgui
search-engine
clang
fontawesome5
xdebug
iphone
hardware
apache
webgl
xml
pc
xhtml
browser
programming
Disclosure:
My content contains affiliate links.
Recent questions tagged lua
28,263
questions
36,905
answers
573
users
Recent questions tagged lua
2
answers
9
views
How to calculate factorial using recursion in Lua
asked
Mar 4
by
avibootz
lua
1
answer
8
views
How to get array length in Lua
asked
Feb 15
by
avibootz
lua
1
answer
8
views
How to print on the same line in Lua
asked
Feb 15
by
avibootz
lua
1
answer
12
views
How to create a two dimensional (2D) array in Lua
asked
Feb 15
by
avibootz
lua
1
answer
12
views
How to convert float to string with 2 decimal places in Lua
asked
Feb 13
by
avibootz
lua
2
answers
15
views
How to get character code (ASCII and Unicode) in Lua
asked
Jan 21
by
avibootz
lua
1
answer
12
views
How to check if an array contains a value in Lua
asked
Jan 18
by
avibootz
lua
1
answer
11
views
How to pick a random element from an array in Lua
asked
Jan 15
by
avibootz
lua
1
answer
9
views
How to implement binary search algorithm in Lua
asked
Dec 22, 2022
by
avibootz
lua
1
answer
5
views
How to create a function in Lua
asked
Dec 21, 2022
by
avibootz
lua
1
answer
10
views
How to use exponent operator in Lua
asked
Dec 20, 2022
by
avibootz
lua
1
answer
10
views
How to calculate factorial in Lua
asked
Dec 20, 2022
by
avibootz
lua
1
answer
10
views
How to merge dictionaries in Lua
asked
Dec 14, 2022
by
avibootz
lua
1
answer
16
views
How to create key value dictionary in Lua
asked
Dec 11, 2022
by
avibootz
lua
1
answer
99
views
How to use debug traceback in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
93
views
How to catch error in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
65
views
How to handle errors with pcall in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
76
views
How to use check whether function argument is a number in Lua
asked
Sep 26, 2020
by
avibootz
lua
2
answers
114
views
How to use assert error handling in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
53
views
How to sort a table in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
64
views
How to get the number of elements in a table with Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
67
views
How to insert element at specific index of a table in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
64
views
How to insert element at the end of a table in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
81
views
How to concatenate specific index range from table into a string in Lua
asked
Sep 26, 2020
by
avibootz
lua
2
answers
87
views
How to concatenate a table into a string in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
86
views
how to repeat a string in lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
67
views
How to get string length in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
74
views
How to concatenate a string in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
131
views
How to convert ASCII code to character in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
68
views
How to convert specific character from string to ASCII code in Lua
asked
Sep 25, 2020
by
avibootz
lua
3
answers
85
views
How to format string in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
77
views
How to reverse string in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
116
views
How to find the index of substring in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
89
views
How to replace substring in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
83
views
How to convert string to lower case in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
99
views
How to convert string to upper case in Lua
asked
Sep 25, 2020
by
avibootz
lua
2
answers
95
views
How to print string with double quotes in Lua
asked
Sep 25, 2020
by
avibootz
lua
2
answers
70
views
How to use function with variadic arguments in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
62
views
How to pass a function as parameter to another function in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
69
views
How to use function with parameters in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
70
views
How to get the current year, month, day, hour, min and sec in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
1,063
views
How to get the current date and time with milliseconds in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
75
views
How to get the PI value in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
76
views
How to get the current date and time in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
70
views
How to use function in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
86
views
How to use while do loop in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
74
views
How to check if two variables are not equal in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
74
views
How to check if two variables are equal in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
86
views
How to use exponent operator in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
150
views
How to get the remainder (modulus) of integer division in Lua
asked
Sep 24, 2020
by
avibootz
lua
Page:
1
2
next »
...