Skip to content

Commit fc14843

Browse files
committed
Adding Array function with Assigning capability, array size, insert, delete, replace
1 parent af879bf commit fc14843

File tree

13 files changed

+93
-2
lines changed

13 files changed

+93
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
a="naVIN"
2-
print(tolower(a)=="navin")
1+
a={{1,2,3}{1,2,3}}
2+
print((a.size()))
3+
print(a[0][1])
Binary file not shown.
Binary file not shown.
Binary file not shown.

source code/LSL components/functions/functions list/Array Functions/Array Functions.lvclass

Lines changed: 90 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.

0 commit comments

Comments
 (0)