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
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
vbnet
winapi
sql
mysql
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
cobol
c#-string
php-string
java-string
vbnet-string
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
c-array
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
case-insensitively-check-character-exists-in-string
calculate-area-pentagon
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
Disclosure:
My content contains affiliate links.
Recent questions tagged lua
41,857
questions
54,547
answers
573
users
Recent questions tagged lua
1
answer
169
views
How to stop a program in Lua
asked
May 19, 2025
by
avibootz
lua
2
answers
232
views
How to round a floating-point number to an integer in Lua
asked
May 14, 2025
by
avibootz
lua
lua-round
2
answers
216
views
How to calculate factorial using recursion in Lua
asked
Mar 4, 2023
by
avibootz
lua
1
answer
194
views
How to get array length in Lua
asked
Feb 15, 2023
by
avibootz
lua
1
answer
173
views
How to print on the same line in Lua
asked
Feb 15, 2023
by
avibootz
lua
1
answer
199
views
How to create a two dimensional (2D) array in Lua
asked
Feb 15, 2023
by
avibootz
lua
1
answer
222
views
How to convert float to string with 2 decimal places in Lua
asked
Feb 13, 2023
by
avibootz
lua
2
answers
270
views
How to get character code (ASCII and Unicode) in Lua
asked
Jan 21, 2023
by
avibootz
lua
lua-character-code-ascii-unicode
character-code-ascii-unicode
1
answer
199
views
How to check if an array contains a value in Lua
asked
Jan 18, 2023
by
avibootz
lua
1
answer
205
views
How to pick a random element from an array in Lua
asked
Jan 15, 2023
by
avibootz
lua
1
answer
180
views
How to implement the binary search algorithm in Lua
asked
Dec 22, 2022
by
avibootz
lua
lua-binary-search-algorithm
binary-search-algorithm
1
answer
181
views
How to create a function in Lua
asked
Dec 21, 2022
by
avibootz
lua
1
answer
171
views
How to calculate factorial in Lua
asked
Dec 20, 2022
by
avibootz
lua
1
answer
182
views
How to merge dictionaries in Lua
asked
Dec 14, 2022
by
avibootz
lua
1
answer
207
views
How to create key value dictionary in Lua
asked
Dec 11, 2022
by
avibootz
lua
1
answer
320
views
How to use debug traceback in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
266
views
How to catch error in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
259
views
How to handle errors with pcall in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
279
views
How to use check whether function argument is a number in Lua
asked
Sep 26, 2020
by
avibootz
lua
2
answers
350
views
How to use assert error handling in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
242
views
How to sort a table in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
267
views
How to get the number of elements in a table with Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
274
views
How to insert element at specific index of a table in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
266
views
How to insert element at the end of a table in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
318
views
How to concatenate specific index range from table into a string in Lua
asked
Sep 26, 2020
by
avibootz
lua
2
answers
306
views
How to concatenate a table into a string in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
258
views
how to repeat a string in lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
256
views
How to get string length in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
251
views
How to concatenate a string in Lua
asked
Sep 26, 2020
by
avibootz
lua
1
answer
362
views
How to convert ASCII code to character in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
283
views
How to convert specific character from string to ASCII code in Lua
asked
Sep 25, 2020
by
avibootz
lua
3
answers
319
views
How to format string in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
262
views
How to reverse string in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
326
views
How to find the index of substring in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
259
views
How to replace substring in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
282
views
How to convert string to lower case in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
279
views
How to convert string to upper case in Lua
asked
Sep 25, 2020
by
avibootz
lua
2
answers
333
views
How to print string with double quotes in Lua
asked
Sep 25, 2020
by
avibootz
lua
2
answers
297
views
How to use function with variadic arguments in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
255
views
How to pass a function as parameter to another function in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
342
views
How to use function with parameters in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
268
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,341
views
How to get the current date and time with milliseconds in Lua
asked
Sep 25, 2020
by
avibootz
lua
1
answer
277
views
How to get the PI value in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
286
views
How to get the current date and time in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
265
views
How to use function in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
262
views
How to use while do loop in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
285
views
How to check if two variables are not equal in Lua
asked
Sep 24, 2020
by
avibootz
lua
1
answer
280
views
How to check if two variables are equal in Lua
asked
Sep 24, 2020
by
avibootz
lua
2
answers
360
views
How to use exponent operator in Lua
asked
Sep 24, 2020
by
avibootz
lua
Page:
1
2
next »
...