Filling the array for example with this (using of course various text):
Code: Select all
put "Name" & tab & "created" & tab & "modified" & "description" into mydata["Category"]["NameOfThing"]
Any way to fix it?
Trevix
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
put "Name" & tab & "created" & tab & "modified" & "description" into mydata["Category"]["NameOfThing"]