Concatonating 7 string and 1 numeric field
Concatonating 7 string and 1 numeric field
(OP)
I am very new to focus and I am having problems concatonating 8 fields together. There is one numeric field which I have to convert to an Alpha. I am actually using source code notepad to edit the source but I am having difficulty coming up with the actual code. Any advise or suggestion would be very much appreciated.
Thank You.
Thank You.
RE: Concatonating 7 string and 1 numeric field
The concatenation operator comes in two flavors:
1) | weak concatenation
2) || hard concatenation
The difference is that the hard concatenation will move trailing blanks to the end of the concatenated string but weak concatenation will preserve trailing blanks.
The EDIT function is often used to convert numeric to alpha.
Remember that the receiving field must be of sufficient size to accomodate the result of the concatenation or EDIT.
HTH
RE: Concatonating 7 string and 1 numeric field
I've got the concatenation working for the alpha fields but I still havn't able to figure the EDIT function for the conversion of the numeric field to alpha. If you or someone can provide me with a sample code, I would very much appreciate this. Thank you once again.
abutony
RE: Concatonating 7 string and 1 numeric field