August 25, 200718 yr Newbies I have two number fields 1 called prefix (sample data 087) and the other called number(sample data 1234567). I have a third field which I want to contain 353 then contents of prefix without the 0 and finally the contents of number.
August 25, 200718 yr Pretty straight forward typecast as long as you return the result of the calc'field as text: 353 & Int ( prefix ) & theNumber --sd
Create an account or sign in to comment