Concatenate Variables in PFI

 2 Replies
 0 Subscribed to this topic
 52 Subscribed to this forum
Sort:
Author
Messages
Preston Burdwell
Advanced Member
Posts: 33
Advanced Member

    Can anyone help with the proper syntax to concatenate variables in PFI? I am trying to build a string variable from a combination of other string variables using an Assign Node . . . I am using PFI Designer 9.0.0.7. Thanks!

    Preston Burdwell Systems Analyst CHRISTUS St. Vincent Med CTR
    David Williams
    Veteran Member
    Posts: 1127
    Veteran Member
      You want to build a variable with other variables? var1 = var2 + var3 should work.
      If you're looking for subsets of data from your variables, see my blog posting:
      http://consultdavidw.blog...07/parsing-data.html
      David Williams
      Preston Burdwell
      Advanced Member
      Posts: 33
      Advanced Member
        Thank you David! I also want to thank you for the reference to your blog, very helpful.
        Preston Burdwell Systems Analyst CHRISTUS St. Vincent Med CTR