Sybase InfoMaker 11.5, CD, Win, ENG Spécifications Page 755

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 828
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 754
CHAPTER 24 DataWindow Expression and InfoMaker Functions
Users Guide 733
Right
Description Obtains a specified number of characters from the end of a string.
Syntax Right ( string, n )
Return value
String. Returns the rightmost n characters in string if it succeeds and the empty
string (“”) if an error occurs.
If n is greater than or equal to the length of the string,
Right returns the entire
string. It does not add spaces to make the return value’s length equal to n.
Examples This expression returns HILL:
Right("CASTLE HILL", 4)
This expression returns CASTLE HILL:
Right("CASTLE HILL", 75)
See also Left
Mid
Pos
RightA
Description Obtains a specified number of characters from the end of a string.
Syntax Right ( string, n )
Return value
String. Returns the rightmost n characters in string if it succeeds and the empty
string (“”) if an error occurs.
If n is greater than or equal to the length of the string,
RightA returns the entire
string. It does not add spaces to make the return value’s length equal to n.
Argument Description
string The string from which you want characters returned
n A long whose value is the number of characters you want returned
from the right end of string
Argument Description
string The string from which you want characters returned
n A long whose value is the number of characters you want returned
from the right end of string
Vue de la page 754
1 2 ... 750 751 752 753 754 755 756 757 758 759 760 ... 827 828

Commentaires sur ces manuels

Pas de commentaire