unix - Informix 4GL String -
how use informix 4gl string variables? should import or add library?
i want use variables of variable length text , split type function separate fields of first string pipes.
name | age | city arrangement [1] = name arrangement [2] = age arrangement [3] = city
the version of informix use 12.10.
i want separate string of text stored in file , save in record.
define rg_customer record idcustome nchar(12), cdprovee nvarchar(10), mcnifnie nvarchar(1), nunif nvarchar(22), tpidpers nchar(1), tpcomuni nchar(1), cdnacint nchar(1), age int end record
Comments
Post a Comment