Hi
How can I use
for(let record of foundset) {
// use directly the record
}
for iterables? I always get the error «unexpected ‘rec’».
Thanks and regards
Birgit
Hi
How can I use
for(let record of foundset) {
// use directly the record
}
for iterables? I always get the error «unexpected ‘rec’».
Thanks and regards
Birgit
you need to enable the ecma script parser see the Preferences->javascript section
Thank you! Looking forward.
Regards
Birgit