User Tag List

Results 1 to 2 of 2

Thread: Need help with expressions syntax

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Location
    Oregon, USA
    Posts
    141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need help with expressions syntax

    I am trying to pull a value from the DWORD in the registry.

    1. RegCurKeyDW( "Registry2", >Value name<) - prompted expression
    2. RegCurKeyDW( "Registry2", RegCurKey$( "Registry2" )) - what I am trying to use and get the "Cannot understand your expression" error.

    What I am doing wrong? Thanks.

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: Need help with expressions syntax

    CurKey$ is a string. Expressions that end with $ always output a string (Some extensions, don't use this, but the majority does!)

    To convert it to a value, use Val(String). To convert a string to a value, use Str$(Value).

Similar Threads

  1. 2.5 not registering changes to expressions
    By Skyhunter in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 10th December 2013, 03:14 PM
  2. Expressions
    By MdNelson in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 15th September 2013, 02:04 PM
  3. Red Syntax Text
    By olltwit in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 31st May 2010, 07:02 PM
  4. Set key syntax
    By Shmuper in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 7th May 2010, 07:19 AM
  5. expressions
    By Zabooza in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 21st February 2009, 02:15 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
  •