- Julián Tagarro
- PowerBuilder
- Tuesday, 14 May 2019 08:51 PM UTC
Hi all,
I have a .net webservice project that converts some numbers into string to do some proccessing. Suddenly the conversion returns something like an empty string (not even null).
For example, in a method that returns string, this lines return only "AA":
Dec{2} ldec_test
ldec_test = 99
Return 'AA' + String ( ldec_test )
Another example:
Dec{2} ldec_test
ldec_test = 99
Return String ( ldec_test ) /// returns nothing, not even an empty string
All I can remember is that I installed Web Platform Installer, PHP (using Web Platform Installer) and Tortoise SVN.
PB 2017 R3
Windows 10 Pro
Any ideas ?
Regards
____________
Julián Tagarro
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.