Search results

  1. B

    creating records based on long, delimited variable.

    Hi, all. I am trying to take a char value such as: temp1 = "how the west was won". and, create a new record for each word of the variable temp1. The only way that I've been able to do this, so far, is to export the variable to a file, then import each value back in again. This has...
Back
Top