Re: create a form with Skill that create a file from library manager
- From: Riad KACED <riad.kaced@xxxxxxxxx>
- Date: Thu, 24 Apr 2008 12:06:23 -0700 (PDT)
Hi !
I'm not actually sure I've understand the question but a quick test on
my side gave a pretty good interpretation of the \n
This is what I've run on my box :
procedure( rkCreateMLTextForm()
let((myInitString myNewString)
myString="Here we go !!"
myNewString="Here we go Again !!"
sprintf(myInitString "%s\n%s\n%s\n%s ..." myString myString
myString myString)
myMLText = hiCreateMLTextField(
?name 'myMLText
?prompt "Type in Text"
?value myInitString
)
myForm = hiCreateAppForm(
?name 'myForm
?formTitle "Muti Line text Form Sample"
?fields list( list(myMLText 0:0 600:200 120))
)
myMLText~>value = strcat(myMLText~>value "\n" myNewString "\n\n"
myNewString)
hiDisplayForm(myForm)
)
)
Hope it helps !
Riad.
.
- Follow-Ups:
- References:
- create a form with Skill that create a file from library manager
- From: manell15
- Re: create a form with Skill that create a file from library manager
- From: S. Badel
- Re: create a form with Skill that create a file from library manager
- From: manell15
- Re: create a form with Skill that create a file from library manager
- From: S. Badel
- Re: create a form with Skill that create a file from library manager
- From: manell15
- Re: create a form with Skill that create a file from library manager
- From: S. Badel
- create a form with Skill that create a file from library manager
- Prev by Date: Re: create a form with Skill that create a file from library manager
- Next by Date: Re: Fatal error: Illegal library definition found in netlist
- Previous by thread: Re: create a form with Skill that create a file from library manager
- Next by thread: Re: create a form with Skill that create a file from library manager
- Index(es):