Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select arabic words
Message
From
25/10/2005 05:58:27
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
25/10/2005 05:30:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01061782
Message ID:
01061786
Views:
9
>hi all,
>any help.idea,
>
>i try to insert this arabic words under, i get the last word only at my table,
>
>* ÔÑßÇÊ ÊÌÇÑíå ãÊæÓØå æÕÛíÑÉ
>* ÔÑßÇÊ ÕÛíÑå
> * ÊÌÇÑì ÈÓíØ
> * ÔÑßÇÊ ãÊæÓØå
>
>
>
>Select * from am ;
>WHERE inList( upper(allt(char2)), " ÔÑßÇÊ ÊÌÇÑíå ãÊæÓØå æÕÛíÑÉ", " ÔÑßÇÊ ÕÛíÑå ", "  ÊÌÇÑì ÈÓíØ","ÔÑßÇÊ ãÊæÓØå");
>  into table am2 nofilter
>
>
>thanks

Only the last one is trimmed as I see.
Select * from am ;
 WHERE inList( upper(allt(char2)), ;
 "ÔÑßÇÊ ÊÌÇÑíå ãÊæÓØå æÕÛíÑÉ", "ÔÑßÇÊ ÕÛíÑå", "ÊÌÇÑì ÈÓíØ","ÔÑßÇÊ ãÊæÓØå");
  into table am2 nofilter
Cetin

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform