hexagon logo

Pass an Input Comment to a Tracefield

Ok I forgot the code for this and what I looked up in the search has not worked thus far.

V3.7 MR3
9-12-9 Xcel
Shapre 32 Controller

I tried a couple different combinations but I could not get my input comment to pass to my tracefield.

Here is what I have tried

C1 = COMMENT/INPUT,YES,'ROUTE #'
TRACEFILED/NO_DISPLAY,LIMIT=15; : C1.INPUT

C1 = COMMENT/INPUT,YES,'ROUTE #'
TRACEFILED/NO_DISPLAY,LIMIT=15; : +C1.INPUT

I also tried passing the input comment to a variable then to the tracefiled.

C1 = COMMENT/INPUT,YES,'ROUTE #'
ASSIGN/V1, C1.INPUT
TRACEFILED/NO_DISPLAY,LIMIT=15; : V1

C1 = COMMENT/INPUT,YES,'ROUTE #'
ASSIGN/V1, C1.INPUT
TRACEFILED/NO_DISPLAY,LIMIT=15; : +V1

TIA
Parents
  • Ok I forgot the code for this and what I looked up in the search has not worked thus far.

    V3.7 MR3
    9-12-9 Xcel
    Shapre 32 Controller

    I tried a couple different combinations but I could not get my input comment to pass to my tracefield.

    Here is what I have tried

    C1 = COMMENT/INPUT,YES,'ROUTE #'
    TRACEFILED/NO_DISPLAY,LIMIT=15; : C1.INPUT

    C1 = COMMENT/INPUT,YES,'ROUTE #'
    TRACEFILED/NO_DISPLAY,LIMIT=15; : +C1.INPUT

    I also tried passing the input comment to a variable then to the tracefiled.

    C1 = COMMENT/INPUT,YES,'ROUTE #'
    ASSIGN/V1, C1.INPUT
    TRACEFILED/NO_DISPLAY,LIMIT=15; : V1

    C1 = COMMENT/INPUT,YES,'ROUTE #'
    ASSIGN/V1, C1.INPUT
    TRACEFILED/NO_DISPLAY,LIMIT=15; : +V1

    TIA


    "Tracefield" is spelled "Tracefiled" above. If that is simply a forum typo disregard this post.
    If it is (somehow) spelled that way in the program it won't work.
Reply
  • Ok I forgot the code for this and what I looked up in the search has not worked thus far.

    V3.7 MR3
    9-12-9 Xcel
    Shapre 32 Controller

    I tried a couple different combinations but I could not get my input comment to pass to my tracefield.

    Here is what I have tried

    C1 = COMMENT/INPUT,YES,'ROUTE #'
    TRACEFILED/NO_DISPLAY,LIMIT=15; : C1.INPUT

    C1 = COMMENT/INPUT,YES,'ROUTE #'
    TRACEFILED/NO_DISPLAY,LIMIT=15; : +C1.INPUT

    I also tried passing the input comment to a variable then to the tracefiled.

    C1 = COMMENT/INPUT,YES,'ROUTE #'
    ASSIGN/V1, C1.INPUT
    TRACEFILED/NO_DISPLAY,LIMIT=15; : V1

    C1 = COMMENT/INPUT,YES,'ROUTE #'
    ASSIGN/V1, C1.INPUT
    TRACEFILED/NO_DISPLAY,LIMIT=15; : +V1

    TIA


    "Tracefield" is spelled "Tracefiled" above. If that is simply a forum typo disregard this post.
    If it is (somehow) spelled that way in the program it won't work.
Children
No Data