Search:

Type: Posts; User: TheOne; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thread: Ftp get

    by TheOne
    Replies
    9
    Views
    13,459

    Hi Eros, You have done a fantastic job with...

    Hi Eros,

    You have done a fantastic job with the help manual.

    Anything not there, I guess that's what the forum is for. :)

    Believe me, without you guys, I would be stuck and banging my poor...
  2. Thread: Ftp get

    by TheOne
    Replies
    9
    Views
    13,459

    Thanks Michael. I didn't even think to look at...

    Thanks Michael.

    I didn't even think to look at the File help manual section. I was concentrating on the FTP help manual section.
  3. Thread: Ftp get

    by TheOne
    Replies
    9
    Views
    13,459

    Eureka! Thanks Michael. I didn't realize you...

    Eureka! Thanks Michael.

    I didn't realize you needed a DO LOOP for the file to finish "downloading". Originally I copied the WHILE loop from the example. And it downloaded ok. But tried again...
  4. Thread: Ftp get

    by TheOne
    Replies
    9
    Views
    13,459

    Hi Michael, This was taken mostly from the...

    Hi Michael,

    This was taken mostly from the sample in the FTP folder. Just slightly modified.


    Uses "FTP" 'Script uses FTP module
    Uses "Console"

    ...
  5. Thread: Ftp get

    by TheOne
    Replies
    9
    Views
    13,459

    Ftp get

    Hi,

    I didn't see any FTP forum so I hope it is ok to post to the INET forum (closest one in type). ;)

    I was modifying your FTP sample.
    I was able to connect to my IP address and login....
  6. Replies
    8
    Views
    11,500

    Thanks Petr. I saw read that. Thanks Eros. ...

    Thanks Petr. I saw read that.

    Thanks Eros.
    I will look at your sample as that would be a good starting point to learn more about UI and callbacks. What I was trying to do was modify my data...
  7. Replies
    8
    Views
    11,500

    Hi Petr, It's in the help manual under 8.7.53...

    Hi Petr,

    It's in the help manual under 8.7.53 Console_SetInputMode.

    When I coded my first program (the data entry one), I've find a sample script that used the Console_SetInputMode as...
  8. Replies
    8
    Views
    11,500

    Thanks Petr. I had a long reply and guess I...

    Thanks Petr.

    I had a long reply and guess I had to log in again and lost my long reply.

    I started out learning thinBasic with a data entry program to read inputs and created a tab delimited...
  9. Replies
    8
    Views
    11,500

    Console Box and Console Readline

    Hello,

    I was experimenting with the Console_Box and Console_PrintAt from looking at some examples.

    I have a question if it is possible to read input at particular location.

    For example, if...
  10. Replies
    2
    Views
    3,659

    Thanks Michael. I will try it and do some more...

    Thanks Michael.

    I will try it and do some more reading.
  11. Replies
    2
    Views
    3,659

    UI text input and "focus"

    Hi,

    I was playing around with the textbox script example. I sort of figure out what was happening in this script. So I modified it to include 2 text input instead of one. Have the magicbutton...
  12. Replies
    5
    Views
    8,104

    Thanks again Petr. Learn something new. ...

    Thanks again Petr.

    Learn something new. Didn't know it redim it. So I'll keep that in mind.
    When I create my data to test, I probably added an extra blank line. So I'll bear that in mind as...
  13. Replies
    5
    Views
    8,104

    Thanks Petr. It looks like it will work. ...

    Thanks Petr.

    It looks like it will work.

    As always, thank you.

    I have another question. If you need to access the "2nd" column of the first "row" in the array and assign it to a variable...
  14. Replies
    5
    Views
    8,104

    File Reading and separating "fields"

    Hi,

    I was trying to read a comma delimited file and identify each element before the comma as a field. The comma is the separator so that you know you have encounter another field. For example...
  15. Replies
    5
    Views
    6,316

    Thanks guys. This forum is great for help for...

    Thanks guys.

    This forum is great for help for us "Basic dummies". :D

    You provide a quick answer and also how the code may be used.
    This helps me because examples give you an idea and once...
  16. Replies
    5
    Views
    6,316

    Thanks again Petr. After looking over the help...

    Thanks again Petr.

    After looking over the help manual, I saw that I would need 2 handles for the files. Sometimes more examples are useful.

    You are the best. It's tricky learning a new...
  17. Replies
    5
    Views
    6,316

    Question regarding files and OR

    Just have 2 more questions for today.

    1. To open 1 file, I did this:
    FileName = APP_ScriptPath + "test.txt" ' Build filename
    FileHandle = FILE_Open (FileName, "OUTPUT")

    If...
  18. Thread: Array question

    by TheOne
    Replies
    5
    Views
    6,344

    Thanks again Petr. Couldn't find anything in...

    Thanks again Petr.

    Couldn't find anything in the help manual so I originally tried the dash and plus. Never would have thought the underscore. :D
  19. Thread: Array question

    by TheOne
    Replies
    5
    Views
    6,344

    Thanks Petr. Extra pair of eyes always help. ...

    Thanks Petr.

    Extra pair of eyes always help. How did I miss those quotes? And how did I have US gain another state? :D

    I'm on version 1.8.0.0. How do I explicitly tell thinBasic to...
  20. Thread: Array question

    by TheOne
    Replies
    5
    Views
    6,344

    Array question

    Hi,

    I'm new to this so please bear with me. And I hope it is in the right forum.

    I'm trying to load an array with the 50 states abbreviation to search for a valid state. Does thinBasic have...
Results 1 to 20 of 20