Skip to main content

Search

Search

Searching A String And Replacing A Code With A Serial Number

Comments

1 comment

  • Avatar
    Michael Toupin (mtoupin
    You'll want to do this on the 'OnSerialize' event to ensure that it occurs after every serialized number. And the appropriate script for this would be: Value = Replace(Field("databasefield") , "SN#", Format.NamedSubStrings("Serial").Value)
    0

Please sign in to leave a comment.