Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
A.Acheson
in reply to: Lupe_Stewart

Does it work with just the message box or are you using it elsewhere? It seemed to work for me the first time. Not at the computer now but maybe change the first part back to this.  Keep the original string separate than the new. 

Dim PartNo As String
PartNo = iProperties.Value("Project", "Part Number")
'Creates an array of strings seperated by "-"
myparams = PartNo.Split("-")

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan