thaw
Unlocks the values of the specified variable.
Syntax
thaw(var)
Argument
- var
 - A valid variable.
 
Example
| Templex Expression | Results | 
|---|---|
{ybar =
                                        0.7883}
  | 
                                0.7883 | 
                            
| 
                                     
 
 
  | 
                                0.7883 | 
                            
| 
                                     
 
 
  | 
                                0.8664 | 
                            
Comments
The thaw statement unlocks a “frozen” variable allowing a new value to be assigned to it.
Assignments made to frozen variable are ignored.