2008 Apr 25 9:04 AM
Hi.....
X = indian
Write:/ X
... which gives indian as out put...
now i want to get
"dian" as output...
What is the write statement for that....
Thank you,
Naveen.I
2008 Apr 25 9:07 AM
data : x(6),
y(4).
x = 'indian'.
y = x + 2(4).
write : y.
Regards.
Dara.
Hi.....
X = indian
Write:/ X
... which gives indian as out put...
now i want to get
"dian" as output...
What is the write statement for that....
Thank you,
Naveen.I
2008 Apr 25 9:06 AM
2008 Apr 25 9:06 AM
2008 Apr 25 9:07 AM
data : x(6),
y(4).
x = 'indian'.
y = x + 2(4).
write : y.
Regards.
Dara.
2008 Apr 25 9:08 AM
Hi Naveen,
you can use offset for that, refer the below code:
WRITE: x+2.or
WRITE: x_2(4).Regards,
Sunil
2008 Apr 25 9:10 AM
2008 Apr 25 9:13 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |