Search

Search

Help

Page 3 of 46. Showing 451 results (0.015 seconds)

  1. BERRORS

    information can be read.    Do you want to fix group 1? B133 Cannot determine the framesize of this table.   Please enter your best estimate for the framesize … and cannot be renamed. B263 %1% in the %2% table is not a valid dictionary type for indexing. Only the dictionary types "F" and "S" may be indexed. B264
    $Insert RecordsNov 20, 2020
  2. And and Or Logical Operators

    ) And (POINTS GE 24) then           PASS = 0 end /* D is set to 1 (true). E is set to 1 (true). F is set to 0 (false).*/ A = 4 B = 5 C = 0 D = A GT 3 And B LE 5 E = A And B F = (A Or C) And (B And C)
    BASIC+ CommandsDec 10, 2015
  3. ReadO Statement

    Description Use to read a record that you do not intend to modify. Syntax ReadO variable From [table_var | Cursor cursorvar], key Then | Else statements … accessed has had control features added, cursor access will automatically invoke domain conversion during a ReadO. Key The row referenced by key will be read
    BASIC+ CommandsDec 09, 2015
  4. GetWebPage Function

    ",time:function(){return(new Date).getTime()},log:function(b,d,c){var a=new Image,e=google,g=e.lc,f=e.li;a.onerror=(a.onload=(a.onabort=function(){delete g[f]}));g[f]=a;c=c||"/gen_204?atyp=i&ct="+b+"&cad="+d+"&zx="+google.time();a.src=c;e.li=f+1},lc:[],li:0,Toolbelt:{}}; window.google.sn="webhp";window.google.timers={load
    BASIC+ CommandsSept 28, 2015
  5. Creating a Custom Event

    unfamiliar with promoted events then we highly encourage you to read Andrew McAuley’s The X Events article (see the References section below). This article has … = "" If Assigned(Param8) else Param8 = "" Window = Field(CtrlEntId, ".", 1)[1, "F*"] Control = Field(CtrlEntId, ".", 2)  *                      1 . . . . . 8
    White PapersDec 10, 2015
  6. SRP Registry READDEF

    Reads a value from the registry returning a default value if not found. Syntax Result = SRP_Registry("READDEF", Key, ValueName, Value, Error) Returns … of an error or if the value doesn't exist. Errors This service never returns an error. Remarks The READDEF service reads a value from the registry, but you
    SRP UtilitiesDec 11, 2015
  7. InMat Function

    Description Returns the number of elements read into a dimensioned array after a MatRead statement has successfully executed. Syntax retval = InMat() Parameters None. Returns In retval, the number of elements read into a dimensioned array after a MatRead. See also MatRead statement Example *This code
    BASIC+ CommandsDec 10, 2015
  8. READ.RECORD

    Purpose Used to read a record directly from a file. Arguments Argument Input/Output Value CODE Input 1   Output unchanged … record read from file (null if no record found) STATUS Input unassigned   Output true if record was read successfully Called by BASIC
  9. Insert Function

    is inserted as a field, a value, or a subvalue. For instance, this example statement: F = Insert(A, 2, 0, 0, NEW) inserts NEW as a field. When both the value and subvalue are 0 (zero), the new data is inserted before the second field (specified by the field) of dynamic array A. F is assigned the new array. This example
    BASIC+ CommandsDec 10, 2015
  10. XML_Importer Function

    in the OpenInsight table. One of three possible values is allowed: Value Meaning C Create new 'F' type fields. Note: This is not a valid option in Runtime versions of OpenInsight. E Map to existing 'F' type fields. D Create a new 'F' type field embedded with raw XML. Also create new symbolic fields
    BASIC+ CommandsDec 04, 2015