User Tag List

Results 1 to 7 of 7

Thread: Registry and keyboard values

  1. #1
    No Products Registered

    Join Date
    Sep 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Registry and keyboard values

    Well... this is my apllication.

    http://i272.photobucket.com/albums/jj190/simonbelmont2/image.jpg

    My problem is I don't know what "code" to put at set value up arrow of current key to"" in the "" to retrive my value and add to the string value.
    I've put LastKeyPressed$( "Control X" ) in the "" and is working but he put letters and I want to put numbers value .
    Can someone know how to do this ?
    Thanks!

  2. #2
    No Products Registered

    Join Date
    Sep 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Registry and keyboard values

    When I've trie to put LastKeyPressed( "Control X" ) in the "" it say Please enter an alphanumeric expression. Why this error or what can I do ?

  3. #3
    No Products Registered

    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    1,141
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Registry and keyboard values

    Use LastKeyPressed$( "Control X" ) or str$(LastKeyPressed( "Control X" ))
    It asks for a string expression and LastKeyPressed( "Control X" ) is a value.

  4. #4
    No Products Registered

    Join Date
    Sep 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Registry and keyboard values

    Thanks ! it's working now

  5. #5
    No Products Registered

    Join Date
    Sep 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Registry and keyboard values

    I have some problems with the registry string
    My string is:
    "Pad1"="203,205,200,208,32,45,44,31,17,18,19,20,47 ,46,16,21"
    How to replace for example the first value with 400 and keep the rest of the values intact and to be like this
    "Pad1"="400,205,200,208,32,45,44,31,17,18,19,20,47 ,46,16,21"
    Thanks !

  6. #6
    Clicker Fusion 2.5 DeveloperHTML5 Export Module

    Join Date
    Jun 2006
    Posts
    1,469
    Mentioned
    10 Post(s)
    Tagged
    0 Thread(s)

    Re: Registry and keyboard values

    Use the string parser object. set it to parse based on the "," character. then you can get the first object which will be the 203.

  7. #7
    No Products Registered

    Join Date
    Sep 2008
    Posts
    22
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Registry and keyboard values

    And how to do this and implement with my code ?

Similar Threads

  1. Global Values & Alterable Values with same names
    By Gustav in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 7th November 2012, 06:15 PM
  2. Display values on screen from Alterable Values
    By mikeh in forum The Games Factory 2 - Technical Support
    Replies: 2
    Last Post: 13th May 2008, 01:59 PM
  3. Negative values in a List, and Global Values
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 20th January 2007, 06:08 AM

Posting Permissions

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