Need help with Foxpro function?
I need to inseert a character into a character string. Example: I have 1234567890 and I need to return 123-456-7890
Anyone know the correct funtion for this? Please and thank you!
mid doesn't seem to work, says it doesn't exist?
Sorry I am fairly new to this.
I got it figured out...substr()+"-"+substr() worked like a charm.