|
Loading...
|
applescript-users@lists.apple.com
[Prev] Thread [Next] | [Prev] Date [Next]
Re: Populating a variable from a txt file sono-io Mon Feb 13 19:00:35 2012
On Feb 13, 2012, at 5:02 PM, Stan Cleveland wrote:
> set bannedList to paragraphs of (read alias
> "MacHD:Users:stanc:Desktop:PhoneNumbers.txt")
That work's perfectly, Stan. Thank you very much!
On Feb 13, 2012, at 5:33 PM, Shane Stanley wrote:
-- delete blank entries at end
repeat while item -1 of bannedList = ""
set bannedList to items 1 thru -2 of bannedList
end repeat
Shane, bannedList gets emptied when I use this code. Am I supposed to
tweak it for my application or should it work "as-is"?
Thanks again,
Mark
_______________________________________________ Do not post admin requests to the list. They will be ignored. AppleScript-Users mailing list ([EMAIL PROTECTED]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/applescript-users/alexiscircle%40gmail.com Archives: http://lists.apple.com/archives/applescript-users This email sent to [EMAIL PROTECTED]
- Populating a variable from a txt file sono-io 2012/02/13
- Re: Populating a variable from a txt file Stan Cleveland 2012/02/13
- Re: Populating a variable from a txt file sono-io 2012/02/13 <=
- Re: Populating a variable from a txt file Shane Stanley 2012/02/13
- Re: Populating a variable from a txt file sono-io 2012/02/13
- Re: Populating a variable from a txt file Shane Stanley 2012/02/13
- Re: Populating a variable from a txt file Christopher Stone 2012/02/16