IFTE function cmd and store cmd
|
11-12-2018, 05:57 PM
(This post was last modified: 11-12-2018 06:58 PM by compsystems.)
Post: #1
|
|||
|
|||
IFTE function cmd and store cmd
Hello,
I want to extract the "TRUE" values from an array [ false, false, true, true ] => [ true, true ] In the following code there is a problem when trying to store a variable within IFTE function cmd if I delete y: = or ▶y it works but the value of y is not updated PHP Code: #cas [Check] No errors in the program test_IFTE() [Enter] returns Quote:1,[0,0,true,true,true] ??? PHP Code: ifte( z[x] == true, y := concat( y, true ), nop ); test_IFTE() [Enter] returns Quote:"for([0,1,0,{ REQUEST: An alternative or simpler code with functions cmd and not block of structures? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
IFTE function cmd and store cmd - compsystems - 11-12-2018 05:57 PM
RE: IFTE function cmd and store cmd - toshk - 11-12-2018, 09:17 PM
RE: IFTE function cmd and store cmd - Didier Lachieze - 11-12-2018, 09:25 PM
RE: IFTE function cmd and store cmd - cyrille de brébisson - 11-13-2018, 06:06 AM
|
User(s) browsing this thread: 1 Guest(s)