keys is an iterator so either iterate over it with a for loop or use toSeq from the sequtils module
- Problem using sometable.keys() in this case madprops
- Re: Problem using sometable.keys() in this case enthus1ast
keys is an iterator so either iterate over it with a for loop or use toSeq from the sequtils module