[Home]

Summary:ASTERISK-04232: [new functions] LET / SET
Reporter:Anthony Minessale (anthm)Labels:
Date Opened:2005-05-19 14:30:29Date Closed:2008-01-15 15:35:44.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) letset.diff
Description:LET assigns a variable to the result of a function call.

${LET(X=ENV(TEST))}

SET assigns a variable to the result of an expression.
${SET(X=foo)}


****** ADDITIONAL INFORMATION ******

Disclaimer on file
anthmct@yahoo.com
Comments:By: Mark Spencer (markster) 2005-05-19 16:34:09

Added SET (but not LET since LET can be done with SET).

By: Digium Subversion (svnbot) 2008-01-15 15:35:44.000-0600

Repository: asterisk
Revision: 5745

U   trunk/funcs/func_logic.c

------------------------------------------------------------------------
r5745 | markster | 2008-01-15 15:35:44 -0600 (Tue, 15 Jan 2008) | 2 lines

Add SET function (bug ASTERISK-4232)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=5745