Jump to content

Recommended Posts

Posted (edited)

Even weirder.  I can make FLOOR function both work and fail, in the same code block.  ?????

Screen Shot 2021-07-23 at 11.31.16 AM.png

Screen Shot 2021-07-23 at 11.31.27 AM.png

Edited by Fyrd Argentus
Posted (edited)

MAJOR ALARM!

I've traced it to the weirdness that MDScript can't add three variables together at once!!!!!!!!!!!!!!!!!!!!!!!!!!!

The first code below gives wrong answer, 10.  The second gives the right answer, 21.

I sure hope this is something new and temporary.

Screen Shot 2021-07-23 at 11.41.11 AM.png

Screen Shot 2021-07-23 at 11.41.30 AM.png

Screen Shot 2021-07-23 at 11.43.42 AM.png

Screen Shot 2021-07-23 at 11.47.52 AM.png

Edited by Fyrd Argentus
  • Root Admin
Posted
16 minutes ago, Fyrd Argentus said:

Now this won't even work.  Have we been hacked?  Has php changed the way variables are defaulted to string vs numbers?

Screen Shot 2021-07-23 at 12.05.20 PM.png

Screen Shot 2021-07-23 at 12.05.34 PM.png

Is your `@Vz` meant to be `@vz` (fifth line)

Posted (edited)

No such luck.  Only the first line of this did not generate an error.

@va=1;
//@Va=2;
//@vA=3;
//@VA=4;
echo @va.@Va.@vA.@VA."<br>";
 

Interestingly, output was "1VavAVA"

Furthermore

echo @VABROOM."<br>";

Generates output "VABROOM"

Edited by Fyrd Argentus

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Forum Statistics

    17.5k
    Total Topics
    182.1k
    Total Posts
  • Recently Browsing

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
  • Recent Event Reviews

×
×
  • Create New...