I’m trying to pull the A off of the MRN, ex. A0004567. I’m using Cloverleaf 6.0
I tried xlatsubstring and received the following error:
Tcl callout error
xlateStrSubstring 1 end:
errorCode: NONE
errorInfo:
bad type “st”: must be c, d, v, or x
while executing
“xpmstore $xlateId $outAdd $outType [string range $inValue $_first $_last]”
(procedure “xlateStrSubstring” line 15)
invoked from within
“xlateStrSubstring 1 end”
How can I pull the leading A?
Thank you!