Sybase InfoMaker 11.5, CD, Win, ENG Dokumentacja Strona 702

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 828
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 701
FillA
680 InfoMaker
This expression returns the string -+-+-+-:
Fill("-+", 7)
This expression returns 10 tildes (~):
Fill("~", 10)
See also FillA
Space
FillA
Description Builds a string of the specified length in bytes by repeating the specified
characters until the result string is long enough.
Syntax FillA ( chars, n )
Return value
String. Returns a string n bytes long filled with repetitions of the characters in
the argument chars. If the argument chars has more than n bytes, the first n
bytes of chars are used to fill the return string. If the argument chars has fewer
than n bytes, the characters in chars are repeated until the return string has n
bytes.
Usage FillA replaces the functionality that Fill had in DBCS environments in
InfoMaker 9. In SBCS environments,
Fill and FillA return the same results.
See also Fill
Argument Description
chars A string whose value will be repeated to fill the return string
n A long whose value is the number of bytes in the string you want
returned
Przeglądanie stron 701
1 2 ... 697 698 699 700 701 702 703 704 705 706 707 ... 827 828

Komentarze do niniejszej Instrukcji

Brak uwag