IsAllArabic PowerScript function
Description
Tests whether a particular string is composed entirely of
Arabic characters.
Syntax
|
1 |
<span>IsAllArabic</span> ( <span>string</span> ) |
|
Argument |
Description |
|---|---|
|
string |
A string whose value you want to test |
Return Values
Boolean. Returns true if string is
composed entirely of Arabic characters and false if
it is not. The presence of numbers, spaces, and punctuation marks
will also result in a return value of false.
Usage
If you are not running a version of Windows that supports
right–to–left languages, IsAllArabic is
set to false.
Examples
Under a version of Windows that supports right–to–left
languages, this statement returns true if the
SingleLineEdit sle_name is composed
entirely of Arabic characters:
|
1 |
<span>IsAllArabic</span>(sle_name.Text) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest