I have a field "address" which has a period as a leading character. I need to remove that leading period. Other periods in the string remain.
tbl_db1.address
I have found String.remove method that allows the removal of a character from my string. How do I point the module to the field in my table?
Thanks.
Hefly
tbl_db1.address
I have found String.remove method that allows the removal of a character from my string. How do I point the module to the field in my table?
Thanks.
Hefly