I can't download.....

RandomCoder

Well-Known Member
Licensed User
Longtime User
To download libraries and extend the functionality of Basic4PPC you need to have purchased Basic4PPC. Purchasing Basic4PPC will also mean that you can compile your programs for either the desktop or mobile.

Regards,
RandomCoder
 

Some one

New Member
Ok,Thanks for the reply Random coder.

Can't I just have one library the : Exstring one (I think thats the name).

I can't buy the software I am just 10 years old:)sign0148:),Programming is my hobby,I heard that basic4ppc is a great programing language so I wanted to make a program for my pocket PC.But to make the pogram I need to use some methods which can manupilate string (Some thing like those commands in C# which let me find out the lenght of string and take out some letters from the string).
 

ExcludeReality

Active Member
Licensed User
Some thing like those commands in C# which let me find out the lenght of string and take out some letters from the string

You don't need a library to use string commmands.
StrLength gets length of a string.
StrAt gets a specific letter.
StrRemove removes a letter.

Read the help file for more
 
Top