Hi.
Can i send a file to a server, via FTP ?
Or retrieve a file from a server, via FTP o HTTP ?
Thank you
Giovanni
Search found 8 matches
- Thu Feb 07, 2013 8:48 am
- Forum: General category
- Topic: Question about RND function
- Replies: 9
- Views: 14624
Question about RND function
Try with:
random= (rnd(n) + timer) mod n
Giovanni Di Maria
www.elektrosoft.it
random= (rnd(n) + timer) mod n
Giovanni Di Maria
www.elektrosoft.it
- Sat Jul 21, 2012 4:39 pm
- Forum: examples
- Topic: FNXBasic and Android
- Replies: 0
- Views: 5415
FNXBasic and Android
Hi
Is in future to program Android with FNXBasic ?
Regards
Giovanni
Is in future to program Android with FNXBasic ?
Regards
Giovanni
- Sat May 12, 2012 12:08 pm
- Forum: General category
- Topic: Cubic Root of a number
- Replies: 2
- Views: 5681
Cubic Root of a number
Hi
cubic root of 1000 can be this:
You can use also this formula:
root=1000^(1/3)
Giovanni
cubic root of 1000 can be this:
You can use also this formula:
root=1000^(1/3)
Giovanni
- Sun Jan 01, 2012 12:09 am
- Forum: discbugs
- Topic: Array of buttons
- Replies: 2
- Views: 5324
Array of buttons
Ok
Thank you
Giovanni
Thank you
Giovanni
- Sat Dec 31, 2011 10:36 am
- Forum: General category
- Topic: Read/Write to (com)ports ?
- Replies: 4
- Views: 8478
Read/Write to (com)ports ?
Hi
To connect to COM2, and write to it, I use:
dim PortaSeriale as filestream
PortaSeriale.open("com2:")
PortaSeriale.write("B")
PortaSeriale.close
Can I set its parameters to: COM2, 9600, 8,N,1 ?
Thank you
Giovanni
To connect to COM2, and write to it, I use:
dim PortaSeriale as filestream
PortaSeriale.open("com2:")
PortaSeriale.write("B")
PortaSeriale.close
Can I set its parameters to: COM2, 9600, 8,N,1 ?
Thank you
Giovanni
- Fri Dec 30, 2011 10:17 pm
- Forum: discbugs
- Topic: Array of buttons
- Replies: 2
- Views: 5324
Array of buttons
Hi
Can I create 10 buttons in a form, with an ARRAY of buttons?
Thank you regards
Giovanni
Can I create 10 buttons in a form, with an ARRAY of buttons?
Thank you regards
Giovanni
- Tue Feb 01, 2011 8:58 pm
- Forum: General category
- Topic: DBF Archive files
- Replies: 1
- Views: 5533
DBF Archive files
Hi All
Can I read the DBF files with FNX Basic?
Regards
Giovanni Di Maria
Can I read the DBF files with FNX Basic?
Regards
Giovanni Di Maria