Announcement

Collapse
No announcement yet.

Pascal to PB

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Pascal to PB

    I'm trying to convert some Pascal to PB but I'm stumped by two things (well, three - the decriptive notes are in German). Does someone know what a hash preceding a variable means in Pascal? ie "myvariable = ^thisvariable" and the colon/equals combination, "myvariable:=thisvariable"? Thanks. Practically everything else is OK (except nested TYPES and TYPES with nested subs and functions but that can be cludged)

    PS: Any friendly German Pascal programmers with English and PB skills may apply

    ------------------


    [This message has been edited by Daryl Lock (edited May 06, 2002).]

    #2
    The caret mark in pascal indicates a pointer variable. The :=
    is the variable value assignment symbol.

    ------------------
    Roy Scott
    http://www.royscott.net
    Roy Scott
    http://www.royscott.net

    Comment

    Working...
    X
    😀
    🥰
    🤢
    😎
    😡
    👍
    👎