This forum is meant for questions about the Visual FoxPro Language support in X#.
-
kevclark64
- Posts: 127
- Joined: Thu Aug 15, 2019 7:30 pm
- Location: USA
Post
by kevclark64 »
PADC seems to have a bug which shows up if the padding character is something other than a space. For example:
Code: Select all
LOCAL lcString as String
lcString="hello"
? PADC(lcString,10,"=")
The above lines should print "==hello===" but they actually print " hello==="
-
Chris
- Posts: 4906
- Joined: Thu Oct 08, 2015 7:48 am
- Location: Greece
Post
by Chris »
Thanks Kevin, problem confirmed and should be fixed in the next build.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu