devxlogo

How to separate data from an input using the FILEREAD statement

How to separate data from an input using the FILEREAD statement

Question:
I would like to know how to separate data from an input usingthe FILEREAD statement.

The data retrieved from the FILEREAD is comma-separated, and I wouldlike to extract this information into different variables.

For example:

Data extracted: Guy, Osborne, Quebec, Canada

From this I would like to extract:

  • Guy into a variable
  • Osborne into a variable
  • Quebec into a variable
  • Canada into a variable

Answer:
You can use the PFC service pfc_n_cst_string functionof_parsetoarray()to parse delimited strings into an arrayof strings, which would be better than named variables. Then, if youwant to put the data into named variables, simply copy the array element you wish to use.

See also  Professionalism Starts in Your Inbox: Keys to Presenting Your Best Self in Email
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist