Baffled by Benchmark
07-Dec-87 08:45:41
Sb: #96665-Baffled by Benchmark
Fm: Art Steinmetz 76044,3204
To: Richard Bielak 75716,352
What is impossible? You can read menu labels from a disk file and use
them "on the fly." Passing constants is not mandatory.
…
VAR
foo : SomeStringType;
BEGIN
MyMenuFileRead(foo); (* where foo is a string read from a file *)
AddMenuItem(ADR(foo)); (* any other params. needed for this? *)
(*etc.*)
…
That oughta be just groovy. — Art