Results 1 to 3 of 3

Thread: ARRAY SCAN syntax in help file

  1. #1

    ARRAY SCAN syntax in help file

    In the help file :
    ARRAY SCAN syntax is not consistent :

    Syntax (Standard)



    nRec = ARRAY SCAN ArrayVariable([StartIndex]) [FOR nElements] [, COLLATE UCASE], Expression



    Syntax (for UDT and fixed strings arrays)



    nRec = ARRAY SCAN ArrayVariable([StartIndex]) [FOR nElements], BYTE(StartByte, Length), = Expression
    Expression consist of logical relation operator (=) followed by an expression of the same data type of ArrayVariable.
    Syntax should be the same everywhere:

    nRec = ARRAY SCAN ArrayVariable([StartIndex]) [FOR nElements], BYTE(StartByte, Length), Expression
    ThinBasic 1.11.6.0 ALPHA - Windows 8.1 x64

  2. #2
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    Thanks for reporting the issue!


    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  3. #3
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    Fixed, will be present in 1.11.7.0 release.
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

Similar Threads

  1. copy array of UDT to another array in one step?
    By ReneMiner in forum thinBasic General
    Replies: 3
    Last Post: 02-11-2012, 01:15
  2. ARRAY SCAN results
    By LCSims in forum thinBasic General
    Replies: 12
    Last Post: 23-11-2011, 03:23
  3. Windows 7, system scan and fix, cool command
    By kryton9 in forum Shout Box Area
    Replies: 3
    Last Post: 24-06-2011, 23:25
  4. Help file text/syntax error
    By ISAWHIM in forum Fixed or cleared errors in help material
    Replies: 1
    Last Post: 28-09-2008, 10:24

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
  •