Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scan ... endscan not working properly
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00411108
Message ID:
00411124
Views:
12
>>>Why not...
>>>
>>>
>>>use trial
>>>go top
>>>scan
>>>do case
>>>    case trial.min_sex = 'F'
>>>        replace min_f with .t.
>>>        replace min_m with .f.
>>>
>>>    case trial.min_sex = 'M'
>>>        replace min_f with .t.
>>>        replace min_m = .f.
>>>endcase
>>>endscan
>>>
>>
>>even better...
>>
>>repl all min_f with .T. for min_sex = 'F'
>>repl all min_m with .T. for min_sex = 'M'
>
>REPL ALL MIN_F WITH MIN_sex = 'F', MIN_M WITH MIN_SEX = 'M'

Cool... I didn't know you could do that.
Rip Ryness
International Falls, MN
Previous
Reply
Map
View

Click here to load this message in the networking platform