Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

CA type 19 - line return


2 replies to this topic

dtasanas

dtasanas
  • Full Members
  • 83 posts

Posted 23 February 2005 - 22:44

is there any way of inserting a line return in the Target field of a CA type 19?
Don Tasanasanta[br]Configuration/Installation Eng

mandy

mandy
  • Members
  • 121 posts

Posted 13 May 2005 - 15:10

The interface in Wise products allows this very easily. I've never tried with Orca.

An obvious workaround is to use a property - here's a line of vbscript to create one:

Property("TESTPROPERTY") = "Line1" + vbCrlf + "Line2" + vbCrlf + "Line3"



mandy

mandy
  • Members
  • 121 posts

Posted 13 May 2005 - 15:29

I was curious, so I checked Orca.

If you export the "customaction" table, you find the following characters between lines: "". I've no idea how you'd type these into the orca interface (other than cut and paste).