on 2007 Oct 02 12:25 PM
Hi,
I have a question as how to add custom text and include text on the same line.
for eq: my custom text is 'output'
and include text is 'test'.
i want the output to be as
output test
Thanks,
Ahasan
Request clarification before answering.
Hi,
We can not print the Custom text and the Standard text in the same line because we use /: for the standard text, when we use te /: then it will take the new line and it prints in the new line,
try this one,
/: use this for the standard text, then for the Custom text use = symbol, then they may come in the same line
Regards
Sudheer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I suppose ur using a smartform
Print 'output' then
use the option
'Append Directly' for the include node (In General Attributes Tab).
or.. u can use the function module 'READ_TEXT' for the include
Here u pass the same parameters u pass to the inlcude node.
The output comes in a string.
append this string to ur custom text "output"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.