by Joe <joe@[EMAIL PROTECTED]
>
Dec 10, 2007 at 04:58 PM
Marco van de Voort wrote:
> On 2007-12-10, Joe <joe@[EMAIL PROTECTED]
> wrote:
>> Can some one tell me How to compare 2 strings
>>
>> var
>> s1, s2: string
>>
>> s1:= 'John';
>> s2:= 'john';
>>
>> How could I compare the 2 strings to get a match
>
> This is .misc. What is your compiler?
Vpascal. Ver. 2.1 Build 279.
ANy way I fix it. What was happening is that I was using UpCase and Not
UpperCase. Thats why I couldn't get it to work. Thanks