Mark,

> BTW Could someone explain the logic behind this expression for me? (I
found
> it in a list search, and it seems to do the trick.)
>
>   case "Select All"
>     select line 1 to -1 of the target
>     break

This is intended for a currently open field, and it selects from the first
line to the last line of the target field (negative chunks are read from the
end of the container).

So for example:

  put char -3 to -1 of "My Picture.jpg"

puts "jpg" in the Message Box.

Hope this helps,

Ken Ray
Sons of Thunder Software
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.com/

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to