Listen to QB64 Report!Our podcast on all things QB64 is out now. Listen athttp://podcast.qb64.org
0 Members and 1 Guest are viewing this topic.
if (l1<l2) return -1; if (l2>l1) return 1; return 0;