prevent list evaluation
|
09-28-2015, 04:41 PM
Post: #5
|
|||
|
|||
RE: prevent list evaluation
So maybe I answered my own question
make a func export rust () begin 5959 end; Then in the cas window type a := {rust}; then type a which returns 5959 it evaluate rust. so I defined a general function export rcl (v) begin v end; So now rcl (a) returns 5959 as expected but. rcl('a') returns {rust} as desired I work with android Prime only for now on my Galaxy Tab Pro/Note 2 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
prevent list evaluation - ji3m - 09-28-2015, 04:17 AM
RE: prevent list evaluation - cyrille de brébisson - 09-28-2015, 05:32 AM
RE: prevent list evaluation - ji3m - 09-28-2015, 11:50 AM
RE: prevent list evaluation - ji3m - 09-28-2015, 03:31 PM
RE: prevent list evaluation - ji3m - 09-28-2015 04:41 PM
RE: prevent list evaluation - xset - 09-28-2015, 07:40 PM
RE: prevent list evaluation - ji3m - 09-28-2015, 08:16 PM
RE: prevent list evaluation - cyrille de brébisson - 09-29-2015, 06:25 AM
|
User(s) browsing this thread: 2 Guest(s)