sz = sz & "{Rework Tag 2of2~`txtSeqNum~V" & rs!ChargeSeq & "~`"
sz = sz & "txtLengthFt~V" & Format(rs!bloomlength \ 12, "00") & "~`"
sz = sz & "txtLengthIn~V" & Format(rs!bloomlength Mod 12, "00") & "~`}"
I ran across the code above and was wondering what are the symbols "{" , "~`", and "~" are used for? I know that "{" is used in VBA for arrays, perhaps this is similar?