on getContactInfo(theWindow, theRow)
tell theWindow
set contents of data cell "Name" of theRow to item 2 of item 1
of
myData
set contents of data cell "Page" of theRow to item 3 of item 1
of
myData
set contents of data cell "Bounds" of theRow to item 7 of item
1 of
myData
set contents of data cell "Scale" of theRow to item 6 of item
1 of
myData
set contents of data cell "Horizontal Scale" of theRow to item
4 of
item 1 of myData
set contents of data cell "Vertical Scale" of theRow to item 5
of
item 1 of myData
set contents of data cell "File Path" of theRow to item 1 of
item 1
of myData
end tell
end getContactInfo
Just another point: Have you considered the 'append' command to
populate your data source? You can find it in the Studio Terminology
Reference.