2007 Apr 04 5:27 PM
2007 Apr 04 6:04 PM
Hi,
data var1(5) value '12345'.
format input on.
write var1.
format input off.
Hope this helps.
Thanks,
Srinivas
Hi,
Not sure what you are looking for...
Do you want to enter values in the list output..Then use FORMAT INPUT ON..
FORMAT INPUT ON.
WRITE: / 'Input '.
FORMAT INPUT OFF.
Thanks,
Naren
2007 Apr 04 5:30 PM
Hi,
Please try this.
format input on.
write f1.
format input off.
Also please check this demo programs.
DEMO_LIST_SET_CURSOR_1
DEMO_LIST_SET_CURSOR_2
DEMO_LIST_SET_CURSOR_3
Regards,
Ferry Lianto
2007 Apr 04 5:30 PM
Hi,
Not sure what you are looking for...
Do you want to enter values in the list output..Then use FORMAT INPUT ON..
FORMAT INPUT ON.
WRITE: / 'Input '.
FORMAT INPUT OFF.
Thanks,
Naren
2007 Apr 04 5:31 PM
use write statement with INPUT addition.
I don't see any of your threads closed. Please reward all helpful answers or people would stop answering your queries.
Regards,
Ravi
2007 Apr 04 5:32 PM
Hi,
You need to use <b>Input on</b> to edit the Output filed in the List output. this edited value will be in the secondary list only.
WRITE: 'TEST' input on.
WRITE: VAR input on.
Regards
Sudheer
2007 Apr 04 6:04 PM
Hi,
data var1(5) value '12345'.
format input on.
write var1.
format input off.
Hope this helps.
Thanks,
Srinivas
2007 Apr 05 7:31 AM
hi,
Use Input on in the write statement of the field to modify.
Pls reward if it is helpful
Regards,
Sangeetha.A
2007 Apr 05 7:43 AM
hi,
Use Input on in the write statement of the field to modify.
Pls reward if it is helpful
Regards,
Sangeetha.A
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |