V
Varun
Guys,
I am using WriteLine function to write lines to a text file. Here's the
format of the line:
$insert_physical_layer(<layer_order>, “<physical_layer_name>â€,
“<logical_layer_name>â€, “â€);
Above, both physical_layer_name and logical_layer_name will be substituted
with values from arrays i.e. everything else is a constant.
Here's what I have so far for the WriteLine code:
objStackupFile.WriteLine("$insert_physical_layer(<layers_counter>,"<layers(layers_counter, 1)>","<layers(layers_counter, 2)>", "");")
Above line does not work...has to do with wanted or unwanted double quotes
and/or more objects. Can you please tell me what the writeline should look
like?
Thanks for help.
I am using WriteLine function to write lines to a text file. Here's the
format of the line:
$insert_physical_layer(<layer_order>, “<physical_layer_name>â€,
“<logical_layer_name>â€, “â€);
Above, both physical_layer_name and logical_layer_name will be substituted
with values from arrays i.e. everything else is a constant.
Here's what I have so far for the WriteLine code:
objStackupFile.WriteLine("$insert_physical_layer(<layers_counter>,"<layers(layers_counter, 1)>","<layers(layers_counter, 2)>", "");")
Above line does not work...has to do with wanted or unwanted double quotes
and/or more objects. Can you please tell me what the writeline should look
like?
Thanks for help.