| Title: | *OLD* ALL-IN-1 (tm) Support Conference | 
| Notice: | Closed - See Note 4331.l to move to IOSG::ALL-IN-1 | 
| Moderator: | IOSG::PYE | 
| Created: | Thu Jan 30 1992 | 
| Last Modified: | Tue Jan 23 1996 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 4343 | 
| Total number of notes: | 18308 | 
    
    Hi,
    
    Can anyone please help me with a index bind query. I have an Index
    which displays a dsab field x as such file$.thing[x] - but how do I 
    make the bind use the value of file$.thing[x] as opposed to X.
    
    Ie what I really want to do is ...
    
    	Bind *cran to cab$ with file$.thing[.x] < YYYYYYYY
    
    But this dosn't work - has anyone got any suggestions on how to do
    this.????
    
    Thanks
    Cran.
    
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 1188.1 | Make FILE$.THING[.X] a symbol | CESARE::EIJS | All in 1 Piece | Wed Aug 05 1992 14:02 | 13 | 
|     
    Hi Cran,
    
    Try:
    
    	BIND *CRAN TO CAB$ WITH @"FILE$.THING[.X]" < YYYYYYYY
    
    '.X' has to be a field from the CAB$ data set though, but I presume
    that's what you want.
    
    Ciao,
    
    	Simon
 | |||||