I'm trying to create a custom record in a script, and then access its properties in a Tell statement. Like this:set y to {high:14, low:13, permutations:12} as record
tell y
return count
end tellThat works just fine. However, I can't access high, low or permutations that way. "return high"...