{********** directory.inc **********} { custom phone number list } {Each entry is a letter, name & number. Number begins at position 25. Tilde ('~') at first number position for 300 baud. I note toll & long distance with '($)'. '@' at first number position indicates auto logon.} const phone_list = 12; phone: array[1..phone_list] of string[95] = { ------------------------x-------> } ('A. The Ledge, Sunland 352-3620', 'B. Granada Engineering 360-5053', 'C. CompuServe ($) ~982-1813', 'D. Downey RCP/M ($) 1-213-806-2226', 'E. La Canada RCP/M 790-3014', 'F. Littera, Glendale 956-6164', 'G. THE OUTPOST (my bbs) 353-8891', 'H. Charlatans Cabin ($) 1-213-656-4192', 'I. San Bernard. ROS ($) 1-714-862-3995', 'J. The Discovery (Jim) 353-0770', 'K. PBS ~982-0751', 'L. El Torro ROS ($) 1-714-855-0672');