.TEXT SET TXT LAYOUT 
This subroutine sets the layout direction of the text(horizontal or Vertical) in the "current" Text Object .
  Usage: 
      PASS         <font_layout>              FIELD            SHARE? N
      GOSUB    0CD .TEXT SET TXT LAYOUT
      *        Check for error
      IF       0CD .TEXT SET TXT LAYOUT       NE
  Description: 
This subroutine sets the layout direction of the text (horizontal or vertical) in the "current" Text Object.
<font_laytout> must be either horizontal or vertical. Vertical layout is common for Oriental languages such as Chinese, Japanese and Korean. If not passed or set to blank, the default layout will be used.
Read what other users have said about this page or add your own comments.
-- 
JeanNeron - 2011-11-18