|
|||
|
Environment:
Fedora 8: Linux 2.6.23.1-42 xbuilder-1.00.00-1.demo.gcc410 gcc-4.1.2-33 This line draws a compile error in xbuilder: replace all &(mfld) with &(mparms) mfld and mparms are both declared PUBLIC. Help! What am I not understanding here? Sean |
|
|
||||
|
||||
|
|
|
|||
|
Dear Sean:
"Sean" <seandc@att.net> wrote in message news:Hvq0j.116475$kj1.46279@bgtnsc04-news.ops.worldnet.att.net... > Environment: > Fedora 8: Linux 2.6.23.1-42 > xbuilder-1.00.00-1.demo.gcc410 > gcc-4.1.2-33 > > This line draws a compile error in xbuilder: > > replace all &(mfld) with &(mparms) > > mfld and mparms are both declared PUBLIC. > > Help! What am I not understanding here? <QUOTE> field variables must be aliased to assign a value <END QUOTE> So right away... > replace all FIELD->&(mfld) with &(mparms) If that does not work, you probably need to tell us the values of mfld and mparms just as the error occurs. David A. Smith |
|
|||
|
Sean,
> This line draws a compile error in xbuilder: > > replace all &(mfld) with &(mparms) > > mfld and mparms are both declared PUBLIC. Same as in Clipper. > Help! What am I not understanding here? REPLACE &(mfld) WITH &(mparms) ALL Ron |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SCL Joe (was RE: macro structure) | Gregg P. Snell | Newsgroup comp.soft-sys.sas | 0 | 06-27-2006 07:59 PM |