in reply to Re: Value into array
in thread Value into array
@input_array = (N1,N2,N3,N6,N7);
A[N1] = 1 A[N2] = 1 A[N3] = 1 A[N6] = 1 A[N7] = 1 B[N1] = 1 B[N2] = 1 B[N3] = 1 B[N6] = 1 B[N7] = 1
Im trying to store the value for A and B of each data inside the array into 1. Meaning that the data N1 has two values inside it which is A and B. Somehow I couldn't figure out how to store the value.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Value into array
by hdb (Monsignor) on Apr 08, 2019 at 07:42 UTC | |
by ameezys (Acolyte) on Apr 08, 2019 at 07:53 UTC | |
by hdb (Monsignor) on Apr 08, 2019 at 08:30 UTC | |
by Marshall (Canon) on Apr 08, 2019 at 07:57 UTC | |
by ameezys (Acolyte) on Apr 08, 2019 at 08:38 UTC | |
by Marshall (Canon) on Apr 08, 2019 at 09:25 UTC | |
Re^3: Value into array
by thanos1983 (Parson) on Apr 08, 2019 at 08:04 UTC |