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
  • Here you go. It includes the refresh.bas, a zero.bas (which clears all comment/inputs) and an example of how I use them.


    DeWain Hodge,

    I was wondering if you could send these files to my email, I am unable to access them via the forum, probably because of my IT department. I am a beginner in programming with PC-DMIS right now but I am really interested in looking at these files, as I have just begun to mess with .bas files myself. If I send you my email via private message would you do me the favor?
Reply
  • Here you go. It includes the refresh.bas, a zero.bas (which clears all comment/inputs) and an example of how I use them.


    DeWain Hodge,

    I was wondering if you could send these files to my email, I am unable to access them via the forum, probably because of my IT department. I am a beginner in programming with PC-DMIS right now but I am really interested in looking at these files, as I have just begun to mess with .bas files myself. If I send you my email via private message would you do me the favor?
Children
No Data