Results 1 to 4 of 4

Thread: Extended and form questions...

  1. #1
    Join Date
    Jan 2008
    Location
    Frankfurt, Germany
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Extended and form questions...

    ...I just wondered... why does every second one of my help threads include forms... and why does every other one include something with variables... and why did I include both in this one...
    Ah well, no one cares, so I'll just move on
    I was wondering, is it possible to constantly have a form displayed while running a script. For example have an auto-chopper, and have a form which is constanly updated on the top right corner (of course it would always have to be on top, unless SMART is used...). The second question is: how do I convert an extended into a string? I need to use that for an average number of something per hour, and i would like to have it as exact as possible. of course, if that is not possible, I'll just let it round to the next whole number, but if possible, I'd like to evade the rounding.
    Thanks a lot,
    Pure1993
    There is nothing right in my left brain and there is nothing left in my right brain.

  2. #2
    Join Date
    Apr 2007
    Location
    Michigan -.-
    Posts
    1,357
    Mentioned
    2 Post(s)
    Quoted
    4 Post(s)

    Default

    Yes it is possible. Try looking up the Secet Cutter by Secet... He has a progress form constantly running with the script. I cant help you personally with that, but it should give you a good starting place to get it going.

    And i think this is it for the extended to string:

    SCAR Code:
    FloatToStr(0.75);

    Try that... but im not positive
    METAL HEAD FOR LIFE!!!

  3. #3
    Join Date
    Jan 2008
    Location
    Frankfurt, Germany
    Posts
    742
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for answering both my questions I'll go check on his fighter right away (well, first of all I need to get this TPA thing straight, if anyone who reads this thread and is good with TPA's and has the time to help me, please feel free to private message me )
    There is nothing right in my left brain and there is nothing left in my right brain.

  4. #4
    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    7,805
    Mentioned
    5 Post(s)
    Quoted
    3 Post(s)

    Default

    FloattoStr is the function

    Nava2
    Writing an SRL Member Application | [Updated] Pascal Scripting Statements
    My GitHub

    Progress Report:
    13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you 
                        have serious physchological problems
    13:46 <@BenLand100> HE GETS IT!
    13:46 <@BenLand100> HE FINALLY GETS IT!!!!1

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. function RoundDec(number: extended; decimals: integer): extended
    By mixster in forum Research & Development Lounge
    Replies: 8
    Last Post: 03-22-2008, 01:09 PM

Posting Permissions

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