Visara Master Console Center Scripting Guide Uživatelský manuál Strana 137

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 262
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 136
Chapter 5 Script Commands
Scripting Guide 137
JOIN
Syntax:
JOIN( $Array, $Delimiter) ==> $String
Description:
Combines the elements of an array into a string.
Action:
Each element of $Array is sequentially copied into $String. A delimiter
is placed between each element in the string.
Parameters:
$Array. String normal array variable. The array to combine into a
string.
$Delimiter. String expression. The string characters to place
between the element values in the returned string.
Returns:
String value. The combined string of $Array elements and Delimiter.
Notes:
Example:
$Text := JOIN( $Arr, “:”)
$Msg := JOIN( $MsgArr, “ ”)
See Also:
SPLIT
Zobrazit stránku 136
1 2 ... 132 133 134 135 136 137 138 139 140 141 142 ... 261 262

Komentáře k této Příručce

Žádné komentáře