Need some explanation of Connect-list

I need some explanation on how to use the connect list. How can I specify when to connect to a specific STA or AP?

I’d like to connect to one if the signal is better than -70, but not if it’s worse than that.
How do you sepcify that? I tried playing with it but haven’t able to make it work.

thanx

http://wiki.mikrotik.com/wiki/Manual:Interface/Wireless#Connect_lists

Possibly by…

/interface wireless
set wlan1 default-authenticate=no

/interface wireless connect-list
add interface=wlan1 connect=yes signal-range=-70.70

I believe this should match anything between -70 RSSI or greater (better).