suhle1234
Contributor
2020-03-31
10:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
define a simple array
Hi
I'm a beginner in scripting Qlik
I want to define an array an store 3 string in it.
This is not working:
Dim vSpedi
'my example:
'set vYears = '2008','2009','2010'
'Then use the for each:
'for each y in $(vYears)
'statements...
'next
set vSpedi = 'string1','string2','string3'
What's wrong??
Thank you!
- Tags:
- qlikview_scripting
2,240 Views