http://www.newton-inc.com/dev/techinfo/qa/qa.htm
protoAZTabs
or protoAZVertTabs
?SetLetter
method of the AZTab protos:protoAZTabs.SetLetter(newLetter, NIL)
Set the tab to the character specified by newLetter and update the hiliting. Note that this method does not send a pickLetterScript
message.
Example:// set myProtoAZTabs to the letter "C"myProtoAZTabs:SetLetter($c, nil) ;protoAZVertTabs.SetLetter...see protoAZTabs.SetLetter