User Tag List

Results 1 to 3 of 3

Thread: Difference in HDD serial due to expression?

  1. #1
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    Difference in HDD serial due to expression?

    Why is there a difference between any of these HDD serials when using a different expression with the same result?

    HDD serial test.mfa

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    May 2012
    Location
    NSW, Australia
    Posts
    405
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi ratty:
    In String 9: you had Appdrive$ encompassed in "" quotation marks.
    Also Appdrive$ only returns Drive letter + Colon (eg. C:, E: Not C:\, E:\)
    If you add in Appdrive$+"\" then you should get the same.

    Eg this expression should return the drives serial number?:

    Str$(Get Volume Serial Number( "Advanced Volume Info", Appdrive$+"\"))
    the same as
    Str$(Get Volume Serial Number( "Advanced Volume Info", "C:\"))

    Thats if the app is running from the C drive.

  3. #3
    Clicker

    Fusion 2.5 MacFusion 2.5 DeveloperFusion 2.5+ DLCHTML5 Export ModuleiOS Export ModuleInstall Creator Pro
    Fusion 2.5 (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)Universal Windows Platform Export Module (Steam)
    ratty's Avatar
    Join Date
    Apr 2012
    Posts
    1,165
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)

    Difference in HDD serial due to expression?

    Very clear now. Thanks!

Similar Threads

  1. The Serial Object: MMF2 Serial Port Control
    By aw5 in forum Extension Development
    Replies: 19
    Last Post: 29th December 2020, 05:15 AM
  2. The difference between text in expression editor and text in strings?
    By RobertRule in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st July 2013, 10:13 PM
  3. the difference between EXE and SWF
    By ASD in forum SWF/Flash Export Module Version 2.0
    Replies: 8
    Last Post: 29th October 2010, 06:38 AM
  4. Difference in HWA
    By Fanotherpg in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 7th March 2010, 12:15 PM
  5. What's the difference between GF2 and MF2?
    By Nusua in forum The Games Factory 2 - Technical Support
    Replies: 1
    Last Post: 1st March 2009, 08:12 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
  •