Page 1 of 1

Basic Compilers Wish List

Posted: 21 Feb 2013 16:40
by Mr_Simplicity
It's so great to be able to program an ARM processor in BASIC!
The extensive libraries are also wonderful.

However the BASIC languages I've used in the past have String Functions:
Val(Numeric String)
Mid$()
Right$()
Left$()
Print (with formatting)
Input (with prompts)

These functions would greatly ease the users task of input and output as well as parsing of string data.

I also do signal processing in my work and would love the DSP functions that the DSPIC Library has.

Keep up the great work!

Re: Basic Compilers Wish List

Posted: 22 Feb 2013 17:57
by dejan.odabasic
Hello,

I suggest that you take a look at compiler help file, section Conversions Library.
There you can find set of function which can enable you to convert numerical values to string.

String Library is another great set of string manipulation functions.

Best regards.