User Tag List

Results 1 to 2 of 2

Thread: Val() inconsistency (Build 255)

  1. #1
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Val() inconsistency (Build 255)

    Sorry, I don't have an example of this at the moment - I'll have to experiment around some more. As a placeholder for now - I'm noticing some strange behaviour with the String Parser in the Flash builds, it looks like it can't correctly get the last element of a tokenized list... I'll do some further experiments.

  2. #2
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export Module
    DavidN's Avatar
    Join Date
    Jun 2006
    Location
    Boston, MA, USA
    Posts
    4,044
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually, I was completely wrong about the cause (it was just a symptom of the problem) - my problem was that I had left a ";" character on the end of the string, and the Flash and EXE runtimes convert mixed characters differently.

    Here's an MFA showing some Val() conversions - in the EXE runtime, numbers with other characters on the end are converted as the number, and in Flash, they're interpreted as 0. 045 is interpreted as 45 but 0xFF is interpreted as 255 in both runtimes (I was impressed!)

    numberwang.mfa

Similar Threads

  1. MMF2 Runtime Memory Inconsistency
    By Kid_Roleplay in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 28th May 2013, 02:08 AM
  2. New build
    By James in forum Lacewing
    Replies: 15
    Last Post: 13th September 2009, 09:47 PM
  3. build 248
    By Stephen38 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 4th August 2008, 09:45 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
  •