Cut()
Cut(neueVariable
=Variable
,Trennzeichen
,Feld
)
Cut()
ist ab Asterisk 1.4 nicht mehr vorhanden
und wurde durch die Funktion CUT()
(Abschnitt D.16, „CUT()
“) ersetzt.————————| 1.2 | | | | |
-= Info about application 'Cut' =-
[Synopsis]
Splits a variable's contents using the specified delimiter
[Description]
Cut(newvar=varname,delimiter,fieldspec): This application will split the
contents of a variable based on the given delimeter and store the result in
a new variable.
Parameters:
newvar - new variable created from result string
varname - variable you want cut
delimiter - defaults to '-'
fieldspec - number of the field you want (1-based offset)
may also be specified as a range (with -)
or group of ranges and fields (with &)
This application has been deprecated in favor of the CUT function.
CUT()
“