Another dumb question
Kenneth Brody
kenbrody at bestweb.net
Wed Jan 19 06:50:00 PST 2005
Courtney wrote:
>
> Problem was solved...
>
> Turned out there was a reference to the field in automatic processing but
> the field was not defined...we skipped the automatic processing and field
> came out as desired...
>
> Kinda of dangerous tho...if ab (the variable we used) had been defined in
> the automatic processing table (i.e. ab(6,.0)) then we you compiled the
> processing table a message would pop up telling you ab already defined in
> automatic processing...but since it was not defined in automatic, nothing
> mentioned!
[...]
What do you mean by "there was a reference to the field in automatic
processing but the field was not defined"? Do you mean it was defined
without any attributes, or do you mean something else?
Are you sure you didn't get any warning?
Try the following:
Create a 1-line auto processing with:
aa
Create a 1-line output processing with:
aa(10,*)
You should get the following when saving the output prc:
Warning: Line 1 - AA is used without an attribute in 'auto' processing
--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody/at\spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don't e-mail me at: <mailto:ThisIsASpamTrap at gmail.com>
More information about the Filepro-list
mailing list