• Question..

    From Frozen Fire@IMATRIX to All on Saturday, August 10, 2002 14:27:00

    When declaring variables in Baja, can you declare multiple instances of the same string? I.e. str mychar[5][40], which would allocate mychar five times, 40 bytes in length.

    Or is this best done in JavaScript?

    Appreciate the help :)



    ≈ ╒ Γ ò z É ∩ ƒ ì Γ ε ≈




    ---
    ■ Synchronet ■ The Impact Matrix (impactmatrix.darktech.org)
  • From Digital Man to Frozen Fire on Saturday, August 10, 2002 18:39:05
    Re: Question..
    By: Frozen Fire to All on Sat Aug 10 2002 01:27 pm

    When declaring variables in Baja, can you declare multiple instances of the same string? I.e. str mychar[5][40], which would allocate mychar five times, bytes in length.

    No, arrays are not supported in Baja.

    Or is this best done in JavaScript?

    Yup.

    digital man