Thread: Avisynth+
View Single Post
Old 2nd March 2017, 22:17   #3100  |  Link
blaze077
Registered User
 
Join Date: Jan 2016
Posts: 79
What is the correct syntax to use arrays? Or were they removed?

I tried the one specified in this post but it seems to give an error in AvsPMod as well as AVSMeter.
Code:
Version()
array_variable = [[1,2,3],[4,5,8],"hello"]
n = ArraySize(array_variable)
last
ERROR: Unexpected character "["

Thank you.
blaze077 is offline