The other array is also a modulo, this time devided by 2 to select between
two values in an array {1,3} and add to the previous number in the main
array like so, starting at zero, previous plus one, previous plus three,
previous plus one, previous plus three and so on.


On Thu, Sep 5, 2013 at 7:44 PM, David Barosin <[email protected]> wrote:

> Where are the values coming from?   You could convert a string to an array
> (String to Array Node)
> Or use a (build array from constant node) and replace the values with
> whatever method you need (modulo etc...)
>
>
>
> On Thu, Sep 5, 2013 at 7:06 PM, Ponthieux, Joseph G. (LARC-E1A)[LITES] <
> [email protected]> wrote:
>
>>  OR….****
>>
>> ** **
>>
>> An array that looks like****
>>
>> ** **
>>
>> 0,1,4,5,8,9,12,13,16,17,20,21,etc****
>>
>> ** **
>>
>> would also do…****
>>
>> ** **
>>
>> Thanks****
>>
>> --****
>>
>> Joey Ponthieux****
>>
>> LaRC Information Technology Enhanced Services (LITES)****
>>
>> Mymic Technical Services****
>>
>> NASA Langley Research Center****
>>
>> __________________________________________________****
>>
>> Opinions stated here-in are strictly those of the author and do not ****
>>
>> represent the opinions of NASA or any other party.****
>>
>> ** **
>>
>> *From:* [email protected] [mailto:
>> [email protected]] *On Behalf Of *Ponthieux,
>> Joseph G. (LARC-E1A)[LITES]
>> *Sent:* Thursday, September 05, 2013 6:51 PM
>> *To:* [email protected]
>> *Subject:* arrays yet again****
>>
>> ** **
>>
>> Howdy,****
>>
>> ** **
>>
>> I want to build a 100 index array in ICE that looks like****
>>
>> ** **
>>
>> 0,0,1,1,0,0,1,1,00,1,1 etc****
>>
>> ** **
>>
>> I’m guessing that this is doable, but I’m stumped.****
>>
>> ** **
>>
>> --****
>>
>> Joey Ponthieux****
>>
>> LaRC Information Technology Enhanced Services (LITES)****
>>
>> Mymic Technical Services****
>>
>> NASA Langley Research Center****
>>
>> __________________________________________________****
>>
>> Opinions stated here-in are strictly those of the author and do not ****
>>
>> represent the opinions of NASA or any other party.****
>>
>> ** **
>>
>
>

Reply via email to