davidbelarus
Programmer
i need to do a classic case statement, i wanted some suggestions of how to implement it.
my pseudocode is like this:
if version is 1200 or below, then
{
machine1, use this line
machine2, use this line
machine3, use this line
... 6 unique machines like that.
}
else
#if buld is more than 1300
{
machine1-6
{ go to file, use buildrootmemdata variable and concatinate it with "boot -z -elf flash1.kernel: '[buildrootmemdata]' " to make one string that i can use later.
my pseudocode is like this:
if version is 1200 or below, then
{
machine1, use this line
machine2, use this line
machine3, use this line
... 6 unique machines like that.
}
else
#if buld is more than 1300
{
machine1-6
{ go to file, use buildrootmemdata variable and concatinate it with "boot -z -elf flash1.kernel: '[buildrootmemdata]' " to make one string that i can use later.