@DATABASE Blitz String
$VER: Blitz String (28.07.1998) by Laboureur -> AlphaSOUND <- Frédéric
@NODE MAIN "String"

    @{b}String V1.30 General Information:@{ub}

  * Blitz Basic II library number         : #49
  * Library size when linked to executable: 776 bytes
  * Number of commands                    : 2
  * Ressources automatically freed at end : Yes


    @{b}Commands summary:@{ub}

  @{" NAsc         " LINK NAsc} Function (Long)
  @{" NLen         " LINK NLen} Function (Long)

@ENDNODE


@NODE NAsc

    @{b}SYNTAX@{ub}
  asc.l = NAsc(String$)

    @{b}FUNCTION@{ub}
  Return the ascii value of the first string letter.

@ENDNODE


@NODE NLen

    @{b}SYNTAX@{ub}
  length.l = NLen(String$)

    @{b}FUNCTION@{ub}
  Return the caracter length of the string.

@ENDNODE

