Results 1 to 6 of 6

Thread: Extended

  1. #1
    Join Date
    Sep 2008
    Location
    My House
    Posts
    519
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Extended

    How do you display extended with a Writeln() or Alert() function?

  2. #2
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    SCAR Code:
    Writeln(FloatToStr(ExtendedVar));
    There used to be something meaningful here.

  3. #3
    Join Date
    Jan 2008
    Location
    10° north of Hell
    Posts
    2,035
    Mentioned
    65 Post(s)
    Quoted
    164 Post(s)

    Default

    Quote Originally Posted by Frement View Post
    SCAR Code:
    Writeln(FloatToStr(ExtendedVar));
    In Simba you can just do WriteLn(ExtendedVar); but if you want some string with it like WriteLn('ExtendedVar = ' + Var); You have to use FloatToStr();

    Dg's Small Procedures | IRC Quotes
    Thank Wishlah for my nice new avatar!
    Quote Originally Posted by IRC
    [22:12:05] <Dgby714> Im agnostic
    [22:12:36] <Blumblebee> :O ...you can read minds

  4. #4
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by Dgby714 View Post
    In Simba you can just do WriteLn(ExtendedVar); but if you want some string with it like WriteLn('ExtendedVar = ' + Var); You have to use FloatToStr();
    Im aware of that, but he is using SCAR afaik.
    There used to be something meaningful here.

  5. #5
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Even in SCAR you can do Writeln(ExtendedVar), can't you? I thought that was added awhile ago.

  6. #6
    Join Date
    Jan 2007
    Posts
    8,876
    Mentioned
    123 Post(s)
    Quoted
    327 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    Even in SCAR you can do Writeln(ExtendedVar), can't you? I thought that was added awhile ago.
    It was added in 3.22 or something like that..

Thread Information

Users Browsing this Thread

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

Posting Permissions

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