• Question..

    From Frozen Fire@IMATRIX to All on Sat Aug 10 14:27:00 2002

    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 Sat Aug 10 18:39:05 2002
    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