Could you join letters 1-Last of an item of a list?
[set [half 1 of document] to] (Join letter [1] of (item one of document)) up until (letter [length of (item 1 of document)])In other words, set the variable "half 1 of document" to the result of joining the first letter of a term in a list to the last letter of the same term.
Offline
Use this:
set [var v] to (item (1) of [document v])You don't need any more blocks, to report a whole item, just use the item block instead of trying to use the letter of with the item block.
Last edited by rdococ (2012-03-04 12:28:46)
Offline