Attempting to convert a list of positive and negative integers to 0 and 1. Please no suggestions using python.
gh.gh (6.3 KB)
Attempting to convert a list of positive and negative integers to 0 and 1. Please no suggestions using python.
One way is using the largerthan
or smallerthan
components to test against zero - the true/false outputs can then represent 1/0
Awesome thanks!