Search:

User: Paul_Johnson; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    3,614

    Re: Problem with nested functions

    That seems to have fixed the problem, Thanks for all your efforts!
  2. Replies
    7
    Views
    3,614

    Re: Problem with nested functions

    OK... Here's some code that does exhibit the problem (I think)...


    uses "console"
    function cpdProjOwner(hConn as dword, actNdx as long) as string
    function = "ownertext"
    end function
    function...
  3. Replies
    7
    Views
    3,614

    Re: Problem with nested functions

    Hold on.... found the xtra paren in my sample. My origional code still (without the extra paren) does not work, I'll dig deeper and repost...
  4. Replies
    7
    Views
    3,614

    Problem with nested functions

    I'm working with the 1.0.11.0 preview, having problems with nested functions. I sucked all the content from my code to demonstrate the problem.

    If I use one function as the first argument to...
  5. Replies
    2
    Views
    2,762

    Re: FTP (and other) modules

    Thanks, that's exactly what I needed. Never thought about scanning through the samples. (at least I looked through the help file!)
  6. Replies
    2
    Views
    2,762

    FTP (and other) modules

    Just discovered ThinBASIC, and so far it looks GREAT.

    While digging around, I ran across some references to the FTP module, but all the documentation includes is the function names.

    Is the FTP...
Results 1 to 6 of 6