Select() function
Posted: Thu Aug 13, 2020 6:05 pm
A small addition to Eric's remarks:
Something to do with the USE command, maybe?
Something to do with the USE command, maybe?
Code: Select all
? SELECT() && displays 1
? SELECT("ToDos") && displays 0
USE IN 0 && that's ok
? SELECT() && displays 1, again, as it should
USE IN SELECT("ToDos") && raises the error Eric mentioned