cg_iric_read_complex_string_f ============================= - Reads the string attribute values of complex type grid attribute Format (FORTRAN) ------------------ .. code-block:: fortran call cg_iric_read_complex_string_f(type, num, name, value, ier) Format (C/C++) ---------------- .. code-block:: c ier = cg_iRIC_Read_Complex_String(type, num, name, value); Format (Python) ---------------- .. code-block:: python value = cg_iRIC_Read_Complex_String(type, num, name) Arguments --------- .. csv-table:: Arguments of cg_iric_read_complex_string_f :file: cg_iric_read_complex_string_f_args.csv :header-rows: 1