Search found 6 matches

by maurizio
Fri Nov 18, 2011 4:55 pm
Forum: General category
Topic: diskfree
Replies: 1
Views: 4383

diskfree

hi, why the diskfree function back the negative value?
For example in my C: disk result -85716992 (byte), but in the property of my disk result 28.457.164.800 byte used and 29.978.923.008 available byte.
by maurizio
Fri Nov 11, 2011 5:32 pm
Forum: General category
Topic: sort$
Replies: 3
Views: 6422

sort$

I resolved.

Dim x(2) as string
     x(0)="C"
     x(1)="B"
     x(2)="A"      
sort$ x(0 to 2),ststring

dim i as integer
for i=0 to 2
     print x(i)
next i

sleep 3000
by maurizio
Wed Nov 09, 2011 3:36 pm
Forum: General category
Topic: sort$
Replies: 3
Views: 6422

sort$

Hi, i dont understand how is use the `SORT$ function`, for slide the array in alphabetical order i must use with the FOR loop or only the SORT$ work the same?

thank.

by maurizio
Sun Oct 30, 2011 8:12 am
Forum: General category
Topic: Windows object Application
Replies: 1
Views: 4159

Windows object Application

OK, i resolved.
by maurizio
Fri Oct 28, 2011 4:35 pm
Forum: General category
Topic: Windows object Application
Replies: 1
Views: 4159

Windows object Application

What is the use of the "windows object Application"?
There is some example that explains use it?

by maurizio
Fri Oct 21, 2011 4:41 pm
Forum: General category
Topic: Tutorian in new help file
Replies: 0
Views: 5091

Tutorian in new help file

Hi, i`m new FnxBasic user.
I want learn the new FnxBasic 2011 but in help file missing the start tutorial like in the help file of old FnxBasic.
will implement the tutorial?

thank