Does anybody know how to create a string array in NCM?
I'm trying to do something like the following:
string[] @files = ['file1', 'file2', 'file3']
foreach (@file in @files) {
CLI
{
copy tftp://1.1.1.1/@file flash:/@file
}
}
Thanks,
Justin
Does anybody know how to create a string array in NCM?
I'm trying to do something like the following:
string[] @files = ['file1', 'file2', 'file3']
foreach (@file in @files) {
CLI
{
copy tftp://1.1.1.1/@file flash:/@file
}
}
Thanks,
Justin