IsAnyHebrew PowerScript function
Description
Tests whether a particular string contains at least one Hebrew
character.
Syntax
|
1 |
<span>IsAnyHebrew</span> ( <span>string</span> ) |
|
Argument |
Description |
|---|---|
|
string |
A string whose value you want to test |
Return Values
Boolean. Returns true if string contains
at least one Hebrew character and false if it
does not.
Usage
If you are not running a version of Windows that supports
right–to–left languages, IsAnyHebrew 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 contains at
least one Hebrew character:
|
1 |
<span>IsAnyHebrew</span>(sle_name.Text) |
See Also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest