[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug(?) in 6.0.1 Pascal FST



nathan@cco.caltech.edu (Nathan Mates) wrote:
>Basically, I let the Pascal FST recognize disks with
>disk names containing hex $21-$2F, in lieu of anything more
>restrictive. [If someone with Pascal 1.3 can figure out precisely
>which punctuation is legal, I can tighten up the code a bit more.]

According to page II-27 of the Apple Pascal 1.3 manual, volumne
names can be composed of up to 7 characters and may NOT contain an
equal sign (=), dollar sign ($), question mark (?), or comma (,).
Volume names are always followed by a colon (:).

Erick