Post Reply 
Now SLK 3.3 Up & running on FW 2016 04 14 r10077
04-22-2016, 05:23 PM
Post: #3
RE: SLK temporarily broken...
If you are using CAS calls, know that the first argument is no longer auto-evaluated. The reason for this is that you can now access local variables, and function arguments directly in CAS routines and functions. Before, it would evalaute and replace any variables with the content - but that broke them acting as variables.

CAS.<func>("string") will now pass the string directly, and not evaluate it before handing to the CAS. If you do want it to evaluate, add EVAL( ) around your string.

CAS.<func>(EVAL("string"));

In many cases though, just use your variable directly like you would any other variable.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: SLK temporarily broken... - Tim Wessman - 04-22-2016 05:23 PM
RE: SLK temporarily broken... - Spybot - 04-22-2016, 10:58 PM



User(s) browsing this thread: 1 Guest(s)