Code: Select all
put specialFolderPath("documents") & "/ route.txt" into tFile
put URL("file:" & tFile) into field "rollCall2" of card "list"
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
put specialFolderPath("documents") & "/ route.txt" into tFile
put URL("file:" & tFile) into field "rollCall2" of card "list"