@Why001 Thanks alot
M
mrtqnet
@mrtqnet
0
Reputation
6
Posts
1
Profile views
0
Followers
0
Following
Posts made by mrtqnet
-
RE: Get the last value in dynamic array?
@Ruri
Can you suggest me which version to use? Im using OB 1.4.4 (Anomaly). Thanks! -
RE: Get the last value in dynamic array?
@Ruri said in Get the last value in dynamic array?:
<LIST[-1]> you can use negative and it starts counting from the end
Thanks alot, @Ruri ! But it not works for me. When i put positive [1], it works. Sorry im noob and not good in Eng.
-
Get the last value in dynamic array?
How can i get the last value in a dynamic array?
Ex:
[dog, cat, fish]
[dog, monkey, gozilla, ant, rat]
[mokey, gozilla, cat, zebra]
Thanks! -
Help me Parsing this
I have list: [4,3,9,8,6,7] and I want to remove the third value in the list, to get the results ==> [4,3,8,6,7].
Thanks for Help!