| Subject |
Re: strange behavior(RESULT) at the command box |
| From |
Niall Mulcahy <niall@nospam.com> |
| Date |
Sat, 08 May 2021 16:26:27 -0400 |
| Newsgroups |
dbase.getting-started |
AGOSTINHO Wrote:
> Dear group your assistance for the following:
>
> I suspend my program at certain point. and type the following in the command box I get the following result
> Why this behivar?
>
>
>
> ?form.users1.rowset.fields["NAAM"].VALUE
> AGOSTINHO
>
> ?form.users1.rowset.fields["NAAM"].VALUE="AGOSTINHO"
> false
Hi Agostinho
Try
? RTRIM(form.users1.rowset.fields["NAAM"].VALUE) = "AGOSTINHO"
Regards
Niall
|