Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
c#
cpp
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
dart
ruby
r
css
bootstrap
win32
groovy
winapi
sql
mysql
jquery
lua
winforms
pascal-string
bash
kotlin-string
swift-string
c-string
cpp-string
go-string
cpp-vector
f#
opengl
java-string
php-string
c#-string
vbnet-string
pascal-array
swift-array
rust-string
python-string
scala-string
c-array
javascript-string
php-array
javascript-array
typescript-string
cobol
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
go-array
nodejs-string
kotlin-array
nodejs-array
sdl2
cpp-matrix
c-matrix
cpp-array
c#-list
vbnet-list
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
swift-matrix
c#-matrix
sdl3
angularjs
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
rust-matrix
go-matrix
javascript-matrix
raylib
glfw
remove-last-occurrence-word-string
extract-words-with-first-letter-lowercase-from-string
convert-specific-column-decimal-matrix-to-string
convert-specific-row-decimal-matrix-to-string
number-made-prime-deleting-single-digit
convert-days-human-readable-weeks-days
square-root-rounded-down-to-nearest-integer
remove-middle-word-string
area-triangle-herons-formula
Disclosure:
My content contains affiliate links.
Recent questions tagged LUA
39,971
questions
51,913
answers
573
users
Recent questions tagged LUA
1
answer
112
views
How to stop a program in Lua
asked
May 19, 2025
by
avibootz
lua
2
answers
158
views
How to round a floating-point number to an integer in Lua
asked
May 14, 2025
by
avibootz
lua
lua-round
2
answers
172
views
How to calculate factorial using recursion in Lua
asked
Mar 4, 2023
by
avibootz
lua
1
answer
168
views
How to get array length in Lua
asked
Feb 15, 2023
by
avibootz
lua
1
answer
138
views
How to print on the same line in Lua
asked
Feb 15, 2023
by
avibootz
lua
1
answer
167
views
How to create a two dimensional (2D) array in Lua
asked
Feb 15, 2023
by
avibootz
lua
1
answer
179
views
How to convert float to string with 2 decimal places in Lua
asked
Feb 13, 2023
by
avibootz
lua
2
answers
220
views
How to get character code (ASCII and Unicode) in Lua
asked
Jan 21, 2023
by
avibootz
lua
1
answer
168
views
How to check if an array contains a value in Lua
asked
Jan 18, 2023
by
avibootz
lua
1
answer
174
views
How to pick a random element from an array in Lua
asked
Jan 15, 2023
by
avibootz
lua
1
answer
139
views
How to implement binary search algorithm in Lua
asked
Dec 22, 2022
by
avibootz
lua
1
answer
151
views
How to create a function in Lua
asked
Dec 21, 2022
by
avibootz
lua
1
answer
147
views
How to calculate factorial in Lua
asked
Dec 20, 2022
by
avibootz
lua
1
answer
141
views
How to merge dictionaries in Lua
asked
Dec 14, 2022
by
avibootz
lua
1
answer
174
views
How to create key value dictionary in Lua
asked
Dec 11, 2022
by
avibootz
lua
1
answer
286
views
How to use debug traceback in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
236
views
How to catch error in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
220
views
How to handle errors with pcall in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
235
views
How to use check whether function argument is a number in Lua
asked
Sep 26, 2020
by
avibootz
lua
2
answers
320
views
How to use assert error handling in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
207
views
How to sort a table in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
236
views
How to get the number of elements in a table with Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
227
views
How to insert element at specific index of a table in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
224
views
How to insert element at the end of a table in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
274
views
How to concatenate specific index range from table into a string in Lua
asked
Sep 26, 2020
by
avibootz
lua
2
answers
256
views
How to concatenate a table into a string in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
231
views
how to repeat a string in lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
217
views
How to get string length in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
223
views
How to concatenate a string in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
327
views
How to convert ASCII code to character in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
250
views
How to convert specific character from string to ASCII code in Lua
asked
Sep 25, 2020
by
avibootz
lua
3
answers
263
views
How to format string in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
234
views
How to reverse string in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
276
views
How to find the index of substring in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
233
views
How to replace substring in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
248
views
How to convert string to lower case in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
243
views
How to convert string to upper case in Lua
asked
Sep 25, 2020
by
avibootz
lua
2
answers
294
views
How to print string with double quotes in Lua
asked
Sep 25, 2020
by
avibootz
lua
2
answers
265
views
How to use function with variadic arguments in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
224
views
How to pass a function as parameter to another function in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
272
views
How to use function with parameters in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
235
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,306
views
How to get the current date and time with milliseconds in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
246
views
How to get the PI value in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
253
views
How to get the current date and time in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
233
views
How to use function in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
231
views
How to use while do loop in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
253
views
How to check if two variables are not equal in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
252
views
How to check if two variables are equal in Lua
asked
Sep 24, 2020
by
avibootz
lua
2
answers
314
views
How to use exponent operator in Lua
asked
Sep 24, 2020
by
avibootz
lua
Page:
1
2
next »
...