FineLineIDE


Results 1 to 40 of 188

Thread: FineLineIDE

Threaded View

  1. #26
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Hi, I really like FL. I have few suggestion...
    First I think you should add UPCASE for reserved words.
    Second, it would be nice to make user function...
    For example:
    Function Asd(x var byte, y var byte) as byte
    code
    Endfunction
    Then when you want to compile FL just generate something like this on top of code
    goto over_funcions
    asd var byte:x var byte:y var byte

    LabelASD:

    code
    return
    over_funcions:
    and then if you use code like
    variable =asd(1,2)
    FL just replace that line with this
    x=1 ' first string in bracket
    y=2 ' second string etc
    Call LabelASD
    variable =asd
    What do you think about it?
    I really do not know why it was not done in pbp3, it's quite simply...
    Last edited by pedja089; - 27th August 2011 at 11:25.

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts