String types and functions:

I realize that string usage in the PIC arena is somewhat less demanding that the usage in compilers designed for PCs. The fact remains, that strings are still needed in the PIC environment. I have years of experience in PC compilers and find that the absence of string types and functions to be quite annoying.

I can go merrily along writing code to take actions, solve problems etc., until I need a string of any size. At that point productivity stops while I either figure out a way to do what I need or find an example on the web that shows how to do it. String types and functions are universally available in any other compiler. Basic is supposed to make things easy and Pic Basic Pro would be much better with those types and functions.

Functions with arguments:
Once again, I find the absence of functions with arguments to be a stumbling block. Like the string problem, there are certainly ways to get around this problem, but a user should not need to find a way to do that. Again, functions with arguments are universally available in any other compiler and they should be available in Pic Basic Pro too.

I have seen some replies to wish list items that look more like attempts to minimize the need for a feature rather than an attempt to find ways to implement them. Lot of folks try to justify alternative ways of doing things. To me, that seems not to address the questions head on.

I hope most will agree that these two features are universal almost everywhere else and Pic Basic Pro would be better if it had them.

Thanks,