Hi All, What is the simplest way in MapBasic to run a quick check to see if anything has been selected in a table? I want to run a quick routine which works fine but if I don't have anything selected and I hit the button to run the routine/MBX the whole thing craps out. Do I need a check or just an OnError command? I was thinking something like;
If Selection = true then Run MBX Else Note "Nothing Selected" I am just having trouble coming up with the correct syntax. TIA Steve
