Newbie code help.
Posted: Thu Sep 25, 2014 3:26 am
I'm not getting an errors, but it's not working either.
my txt file contains:
test 123
testing 456
* This is just for my own learning.
my txt file contains:
test 123
testing 456
Code: Select all
set itemdel to tab
put fld "fldUser" into tUser
put item 1 of URL "http://url.com/c/users.txt" into tLoginUser
if tUser = tLoginUser then
launch URL "http://yahoo.com"
end if