Re: create a form with Skill that create a file from library manager
by "S. Badel" <stephane.badel@[EMAIL PROTECTED]
>
Apr 24, 2008 at 06:30 PM
> Hi
> when I concat mt text with "\n", "\n" is considered as a string so I
> obtain "text\n"
> It is possible to use "\n" to add a new line ? I know that it is
> possible with printf but for strcut ****tion for example can I use it
> to add a new line?
>
> Best regards
> Manell15
From the do***entation, I see :
The string can contain the C newline character (’\n’) to indicate an
advance to the next logical line.
So, yes it should work
CSForm~>zone~>value =strcat( nextLine "\n" CSForm~>zone~>value )
How exactly do you do it ?
Stéphane