Use the format module and feed the string to Import.

See Attached network:



--
----------------------------------------------------------------------
Mark A. Bolstad                                 [EMAIL PROTECTED]
Raytheon Systems Company                        (410)278-9149
Scientific Visualization Specialist
U.S. Army Research Laboratory   -   HPC Major Shared Resource Center
----------------------------------------------------------------------


//
// time: Tue Feb 26 13:04:35 2002
//
// version: 3.1.2 (format), 4.1.3 (DX)
//
//
// MODULE main
// workspace: width = 301, height = 298
// layout: snap = 0, width = 50, height = 50, align = NN
//
macro main(
) -> (
) {
    // 
    // node Sequencer[1]: x = 220, y = 46, inputs = 7, label = Sequencer
    // input[1]: defaulting = 0, visible = 0, type = 32, value = "Sequencer_1"
    // input[4]: defaulting = 1, visible = 1, type = 1, value = 1
    // input[5]: defaulting = 1, visible = 1, type = 1, value = 100
    // input[6]: defaulting = 1, visible = 0, type = 1, value = 1
    // input[7]: defaulting = 0, visible = 0, type = 16777217, value = { 1 100 
1 1 100 0 }
    // vcr[1]: min = 1, max = 100, beg = 1, end = 100, cur = 1, inc = 1, loop = 
off, step = off, pal = off
    // window: position = (0.5922,0.2588), size = 0.2188x0.0781
    //
    main_Sequencer_1_out_1 = @frame;
    // 
    // node Format[1]: x = 219, y = 138, inputs = 2, label = Format
    // input[1]: defaulting = 0, visible = 1, type = 32, value = "temp.%05d"
    //
main_Format_1_out_1 = 
    Format(
    main_Format_1_in_1,
    main_Sequencer_1_out_1
    ) [instance: 1, cache: 1];
    // 
    // node Echo[1]: x = 215, y = 236, inputs = 2, label = Echo
    //
    Echo(
    main_Format_1_out_1,
    main_Echo_1_in_2
    ) [instance: 1, cache: 1];
// network: end of macro body
}
main_Sequencer_1_in_1 = "Sequencer_1";
main_Sequencer_1_in_2 = NULL;
main_Sequencer_1_in_3 = NULL;
main_Sequencer_1_in_4 = NULL;
main_Sequencer_1_in_5 = NULL;
main_Sequencer_1_in_6 = NULL;
main_Sequencer_1_in_7 = { 1 100 1 1 100 0 };
main_Sequencer_1_out_1 = NULL;

@startframe = 1;
@nextframe  = @startframe;
@endframe   = 100;
@deltaframe = 1;
main_Format_1_in_1 = "temp.%05d";
main_Format_1_out_1 = NULL;
main_Echo_1_in_2 = NULL;
Executive("product version 4 1 3");
$sync

sequence main();
play;

Reply via email to