Entering a Carriage Return in a Cell

Is there a special way to manually enter a carriage return text array in PanX? In Pan6, hitting the Return key does the trick. But in PanX, although hitting the Return key does start a new line, a line-feed has been entered instead. Can a carriage-return be entered manually?

Vic

It’s the same like entering a carriage return in an Excel or Numbers cell: Type option-return.

In my test, option-return still generated a line-feed and not a carriage-return. My suggestion would be to add a line of code to the Code section of the Field Properties panel.

MyField=lftocr(MyField)

Now every time you finish editing that field it automatically converts the line-feeds to carriage-returns.