Hacker News new | ask | show | jobs
by delinka 4541 days ago
But they're using MID to extract a character from the string. Seems to me that string indexes are 1-based in Apple BASIC as evidenced by the " ... + 1" and the fact that there are 0's on the page. So you select from characters 1 to 16 in the string.

Edit: seems I was slower than all the other replies...