Thanks Peter,
Can you explain to me how I append this to my existing (working code)
row(“IDnumber”).ToString.Substring(row(“IDnumber”).ToString.Length-5)
at the moment this reads the last 5 characters. I wish to ignore the last character only
Thanks Peter,
Can you explain to me how I append this to my existing (working code)
row(“IDnumber”).ToString.Substring(row(“IDnumber”).ToString.Length-5)
at the moment this reads the last 5 characters. I wish to ignore the last character only