Applescript to make an applescript?
Is this possible?
I want to make an applescript to ask a series of questions then apply the answers to an exisiting applescript. So that the main file can be updated,
The questions would be the 12 different options on one line.
Thanks
Matt
The file to update looks like this
property brandTable : {¬
{brandID:{"AP88"}, brandGroup:{"Apricot", 1500, 1500, true, false, "FFFFFF", true, true, true, false, true}}, ¬
{brandID:{"BA44"}, brandGroup:{"Banana", 1020, 1530, false, false, "F4F4F4", false, true, true, false, true}}, ¬
{brandID:{"CA22", "CC24"}, brandGroup:{"Cauliflower", 1196, 1300, true, false, "FFFFFF", true, true, true, false, true}} ¬
}