I'm not very familiar with FoxPro and I'm running into problems trying to modify a report. I have a numeric value that I want to convert to text so that I can get the first four characters, but I am only able to get the first two characters.
When I execute the following in the command window: ? LEFT(STR(20110547),4)
The following value is displayed: 20
I expected it to return 2011. Am I doing something wrong or is there something that I am not accounting for?
Thanks, C.R.