Int16 TempComparF (void *p1, void *p2, Int32 other)
{
        char *d1,*d2;

        d1=*(char *)p1;
        d2=*(char *)p2;
        
        return(StrCaselessCompare(d1,d2));                      
}

void Test(void)
{
        char *stringlist[5]={"AAAA","XXXX","ZZZZ","CCCC","000"}
        SysQSort(stringlist,5,sizeof(char *),TempComparF,0);
}

i didn't tried to compile, its written only in this mail...but it should give
you an idea. and as i said, everything is described in palmos reference


rupesh bhavsar wrote:
> i am check it but thire no error in my code
> why gives an error it can give sample for that 
> thank for reply
> 

-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to