Results 1 to 3 of 3

Thread: I am getting to know thinbasic and ran into something i cant figure out.

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Mar 2024
    Posts
    17
    Rep Power
    2

    [FOOUND IT] I am getting to know thinbasic and ran into something i cant figure out.

    I am making a small program to scan for some files on my pc.
    I got side tracked wondering how fast the loops worked.

    I found the data structures hash sample and I am substituting arrays for the hash.

    I wanted to use this function below

    'nRec = ARRAY EXTRACT MainArray, [COLLATE UCASE,] {StartsWith | EndsWith | Contains} 'KEY" & lCount

    managed to not post any dumb questions so far, i just dont see my error here.

    any pointer welcome.
    Fred.

    EDITED

    I found my mistake. Some sleep and some food and I had an extra comma between CONTAINS , "STRING" where none should have been.
    Last edited by F_Dixon; 10-04-2024 at 19:58. Reason: 1st edit spelling, 2nd edit I found ERROR

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •