How can add a vraible to a variable name - I do?

I have the following code:

Can the following code:

Globals.Data.Goal = globals.data.player1/5

be converted to something like:

Globals.Data.Goal = globals.data.player (globals.data.clk) / 5

I want to replace the '1' with the variable globals.data.clk

See you soon


Shaun

I think wghat you're looking for is...

Globals.Data.Goal = globals.data ['player' + String (globals.data.clk)] / 5;

Tags: Adobe Animate

Similar Questions

  • How can I copy paste JUST the file name in apple mail?

    Hi all

    Sounds like a simple question - but when I want to copy a file name of some media on my desk - I cmd - C then when I paste in new apple mail - it sticks the actual file - not what I want...

    Q: How can I copy paste a file JUST * name * (text) in apple mail?

    Select the file, and then click the name. It will be obvious, then command + C.

  • How can I get Mozilla to use the name of the page for the name of the real instead of the URL bookmark when I bookmark a page

    I just noticed that (in comparison to Internet Explorer): in IE, when you preferred a Web page, it uses the actual name of the Web page (for example, for this page, it would be "Ask a Question Firefox Help" as the name of the bookmark), but in Mozilla, it uses the URL as the name of the bookmark. I was wondering if it was possible to change my Mozilla settings so that it uses the name of the Web page as the bookmark name instead of the URL? I hope that everyone understands what I am getting? If anyone can help me, I would really appreciate it. Thank you.

    Firefox uses the tag title for the name of the newly saved bookmark.

    When I bookmark on this forum page I get this for the 'name' of the bookmark.

    How can I get Mozilla to use the name of the page for the name of the real instead of the URL bookmark when I bookmark a page | Firefox Support Forum | Firefox help

  • I bought my computer from someone else. Change user accounts did not name of each file in the computer. How can I change or remove the user/name (my name) /document? __

    I bought my computer from someone else. Change user accounts did not take their name off of each (or more) file in the computer. How can I change or remove the user/name/document
    I have looked everywhere and changed user information and the name of the administrator. What can I do else?

    Hello flashgordonjxn,

    Who has ever done the installation of Windows, the installation program asks you to enter your name and optionally, the name of the organization. These registration information appears under recommended for in the general tab of the System when you click Start, click Control Panel, click performance and Maintenanceand then click System.

    To change see instructions below:

    1. Click Startand then click run.
    2. In the Open box, type regedit, and then click OK.
    3. Look for the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    4. To change the name of the company, follow these steps:

      In the right pane, double-click RegisteredOrganization. Under value data, type the name that you want, and then click OK.

    5. To change the name of the registered owner, follow these steps:

      In the right pane, double-click RegisteredOwner. Under value data, type the name that you want, and then click OK.

    6. Click Exit on the file menu to exit the registry editor.

    Hope this helps you. Let us know anyway. Make it a great day!

    "And in the end the love you take, is equal to The Love You Make" (The Beatles last song from their latest album, Abbey Road.)

  • How can I retrieve OR recover my user name & password in 'Windows Mail'!

    How can I retrieve OR recover my user name & password in 'Windows Mail'!  From time to time, I get a drop-down list for both box and I still have one heck of a time to remember what they are.  Please help, thanks

    There is no way to do it.  Contact your ISP and write them.  WinMail also has a bit of a bug and if you set the wrong values it will be you bug without end, then go to tools | Accounts | Mail | Properties and set them there and not when it prompts you.  Sometimes also the ISP service will work intermittently, and they generate the problem.  But the idea of "password" is so nobody else knows what it is, and so there is no way to determine what your password if you forget it.

    Steve

  • How can I get rid of the blue name and the date that is entered under the signature

    How can I get rid of the blue name and the date that is entered under the signature

    Yes! you see Configure text where you can uncheck date Logo etc...

    For more information, see image

  • How can I get the HBA iScsi IQN name

    How can I get the HBA iScsi IQN name?

    How to use the following object:

    I tried this:

    var myVcHostInternetScsiHba = new VcHostInternetScsiHba();

    IQN = VcHostInternetScsiHba.iScsiName;

    But it does not work.

    regards Denis

    findiSCSIDevice action () returns the string iSCSI device, and not as an object.

    You can duplicate this action (say under a name findiSCSIName) and change its script code by replacing the following line:

    return busAdapter.device;
    

    with

    return busAdapter.iScsiName;
    

    and then use it in your workflow and actions of something like

    var hbaScsiName = System.getModule("com.vmware.library.vc.storage").findiSCSIName(host);
    
  • How can I get rid of the file name, date and size of the photo in the upper left corner of the module develop when I'm not working on the photos?

    How can I get rid of the file name, date and size of the photo in the upper left corner of the module develop when I'm not working on the photos?

    All shortcuts are listed on the view > menu Info Magnifier.

  • How can I create a function using variables TestStand and call from Meadow step Expression?

    In one sequence, I have dozens of prior Expressions, which are almost the same thing, like this...

    Locals.tagID = (Parameters.singlePhaseEnabled? ('L': "D") & Str (Locals.phase) & "006".

    .. and the only thing different is this three-digit string in the end ("006" may vary). How can I write a function that I can call from Meadow step Expression then it should look like this? ...

    Locals.tagID = MyNewFunction("006")

    You can not write custom expressions for commands.

    That being said, there are two options:

    • Create a sous-suite with a single step. Use a setting of the sequence as "function parameter.

    • Create a step type custom including a lower level module that implements the function. Add a step edit to allow the user to the steptype graciously change the setting.

    • Store the variable setting in a local global variable / file and change the value in each step. This will, at least, keep the same 'function' for each step.

    Norbert

  • How can add other software to my design

    Dear engineer

    I need to add another software for my design of labview.

    I want this other software for binding in the my design of labview.

    How can I add another software for my design of labview.

    Please help me on this problem.

    Thank you & best regards

    Hi ehsanbehr...

    can explain in more detail what you mean? What other software do you use?

    Mike

  • How can I dynamically select the shared Variable API programming data type?

    I am trying to create a configuration of open connections of variable shared using the programming API. It seems to me that the cleanest way to do would be to put one "open and check" routine in a loop, then call it for each variable in the library.

    The question that I am running is that I have different types of data in my library (to help a server Modbus i/o and data types 'boolean' and 'single' in my library.) How can I dynamically select the data type of the shared variable API?

    See the attached snipit.

    Thank you

    What I ended up doing was doing a Subvi to open, read, write, and close each data type, I use the packaged in 4 polymorphic SubVIs (polymorphic Open, read, etc...)

    Now all I have to do I drop in the polymorphic Subvi and it switches automatically to the appropriate data type

  • How can add you a program that was not listed in the Add/Remove Programs list?

    I tried to remove a program from your laptop using Add/Remove software. He said the software appear to no longer be installed and asked me if I wanted to remove it from the list. I said yes and then discovered that the program is still there, but on another logical partition. How can I get this program show up on top of the Add/Remove software list?

    Reinstall it.

  • How can I tell the LMS what variables I want him?

    Hi, I'm working on the development of an online course and I am obliged to put it to a locally-developed LMS which I don't have access and control to.

    What I know now, is that:

    1. This LMS cannot accept that data is passed a SCORM singlep packed;

    2. a single SCORM packed can pass two variables to this LMS: total score and pass/fail;

    However, the customer wants to track the performance of learners as much as possible, which means that they want more data than just the final score

    and success/failure.

    Can someone explain to me how do I specify what are the variables to pass to the LMS? Even I understand that I still am not able to get this to work, since I have no access control / in the implementation of the LMS, I want to understand the mechanism and to be able to explain why I can't get there to my supervisor.

    Thanks for all the inputs.

    Data are compatible SCORM LMS interaction via JavaScript variable transfer "mechanism".  SCORM uses a JavaScript API standard LMS compatible all supposed to understand and interpret correctly.  (I use the words "supposed" because reality tends to be that they all interpret the standard a little differently).

    If it is a "locally-developed LMS" then all bets are off.  In theory you should be able to transfer some of the information, but with a land roll-your-own system at the other end, you have no way of knowing how he will handle this information.

    You need to talk to the guy who built or currently leads this LMS, I hope that someone with expertise and technical knowledge.  Encourage them to tell you how much of the standard SCORM is actually taken in charge.  Only then you know if you can use some more advanced features of Captivate to transmit information more significant (e.g. data interaction as partition/success/failure).

    If your current LMS is really only able to accept a couple of values and desires of the customer more of this, handball, the question again to them.  They will have to upgrade their LMS or revise their requirements.

  • How can you fill ListBox with channel group name dynamically?

    I built a GUI in the 'View' pane that acts as a large table of contents. At the top of the GUI, there is a list box I want to dynamically fill with Group channel names loaded in my data portal (internal data). I can't generate the necessary code to do this. Currently, I use a ListBox control. Can I use an EnumListBox instead?

    The purpose of the list box should allow fast loading data which must be analysed in several sheets (also in the part of 'View') for comparison side by side rather than drag and drop data into each individual record.

    Any help would be appreciated,

    Thank you

    ~ Nathan

    Attached is a screenshot of the GUI I hope it helps.

    Hey Nathan--

    Have we met yet?  Don't think that I will remember to see you post on the forums of tiara so far (or remember you I meet someone named Nathan in person recently).  Welcome to the forums of tiara!

    There are a few things that you need to change about your code snippet-

    1. The reason why you get the error "object required: ' [string: 'filename']' is because the Set command expects that the right side of an expression returns an object (you define your variable to)."  In your case, you return a string (the name of a group), not an object.  Simply remove the Set command.

    2. The ListBox.Items.Add () method requires two parameters - the first is the text of the item to insert in the list, and the second is a value to assign to this point (you can do single).

    As a result, to more directly match your code snippet to the labour code, follow these steps:

    Dim listNum, names
    We = 1 to GroupCount
    Name = GroupName (listNum)
    Call selectData.Items.Add (names, we)
    NEXT

    Note that you can also use object programming oriented with the data object that represents the data portal, it is easier for you to avoid remembering variables such as GroupCount and GroupName DIAdem (that's me):

    Dim listNum
    We = 1 to Data.Root.ChannelGroups.Count
    Dial selectData.Items.Add (Data.Root.ChannelGroups (listNum). Name, we)
    NEXT

    Your project is looking great - let us know how we can continue to help and keep us updated!

  • How can I disable AutoFill for a recipient name?

    Inadvertently, I added an additional letter at the end of an E-mail address of the recipient. Now when I try to enter the correct name, autofill insists on adding the extra letter. How can I disable AutoFill?

    AutoFill suggestions come from your address book. The misspelled address is almost certainly in a named collected addresses address book. Find, edit and move it to your default address book.

    An easy way to find it would be to create a new message to the wrong address and save it as a draft. Open the message of project, click the yellow star next to the address, select Edit, and a dialog box appears, where you can change, delete, or move the Contact entry.

Maybe you are looking for

  • Using the formula of numbers

    Hello. I seems to have hit a wall with a simple spreadsheet, I'm developing. I want to administer the spreadsheet on my mac, but I want to be able to edit the spreadsheet through my people, using ipads. I also want to synchronize the file to the clou

  • I film not included with the download of El Capitan

    I upgraded to El Capitan in 12/2015. I just realized that IMovie isn't the case to find. In research, it should be part of the built-in apps. The App Store wants $14.99 for app. Not sure why I should pay if she should have been included in the packag

  • HP wireless TV Connect 2 and Windows 8.1

    I have two kit and since I update to windows 8.1 both does not. Just keep saying Linking... to the TV. I have a HP DV6t - 2300 CTO with nVidia 320M. I've updated to the latest nvidia driver but still does not. Sometimes, windows detects the samsung t

  • NEED LINK to DOWNLOAD WINDOWS 7 Pro 0 a X 16-96076 FOR MY HP COMPAQ 6000 Pro Compact

    Hi I bought HP COMPAQ 6000 Pro Small Form Factor, but now the HARD drive is broken and I bought a new one, but I want to reinstall windows 7, I have the product key, need only the link to download it and if its possible, send me a statement to make a

  • Synchronization software blackBerry Outlook problem

    Link to BB is unable to synchronize appointments between my Q10 and Outlook 2010. In the synchronization log, I found something like: GetMonthDays - repetition of invalid device. Unsupported combination from Monday to Friday: 0 x 0000008208208208 CBB