I know how to declare a vector of integer elements in the package editor.
let int[] int_vec;
But how can I declare a vector with date elements and it's in the 'YYYYMMDD' format. I tried this and it has syntax error.
let date[] date_vec;
I have spent some time searching for an example in the Help Library.. but no luck there.
Try the following syntax: