f_init_regcom.srf 374 B

123456789101112131415161718
  1. $PBExportHeader$f_init_regcom.srf
  2. global type f_init_regcom from function_object
  3. end type
  4. forward prototypes
  5. global subroutine f_init_regcom (ref string arg_msg)
  6. end prototypes
  7. global subroutine f_init_regcom (ref string arg_msg);uo_comhelper uo_com
  8. uo_com = create uo_comhelper
  9. arg_msg = ''
  10. RegCom = uo_com.uf_get_regcom(ref arg_msg)
  11. destroy uo_com
  12. end subroutine