Subj : sytax error
To   : Chris Hoppman
From : mark lewis
Date : Tue Sep 21 2004 05:57 pm

CH> why would I get a sytax error on something like this.

CH> program exaple;
CH> type
CH>   fbflags=
CH>  (fbnoratio,
CH>   fbunhidden,
CH>   fbdirdlpath,
CH>   fbshowname,
CH>   fbusegifspecs,
CH>   fbcdrom,
CH>   fbshowdate,
CH>   fbnodupecheck);
CH> var
CH>   fbstat : set of fbflags;
CH> begin

CH>   fbstat := fbstat+[fbcdrom];
CH> end.

dunno... what version of PASCAL are you attempting to do this in?

CH> I am just stump'd in my other programs it doesn't give
CH> a sytax error and I haven't changed any of the compiler
CH> switch's.

but in looking at it, it doesn't seem to be right...

)\/(ark
* Origin: (1:3634/12)