Is it possible to make a variable of several variables?

Which means that I can define a new variable as two existing variables?

As in, I have already a username variable and one ID. I want a new variable called UserNameAndID that shows something like "Username, ID" or "username (ID).

You can concatenate a new variable or one of the two existing variables, with an expression:

If stored v_one 'Lieve' and stored v_two "Weymeis', the result for v_three will be"Lieve Weymeis".

Tags: Adobe Captivate

Similar Questions

  • Is it possible to make global changes to several tables in InDesign?

    I have an InDesign file that contains slightly more than 2000 individual tables (the results of a massive survey).  The document has been imported from Word, and about 99% of the tables have the same frame and size (4 lines, 8 columns).   I need to delete the first two lines of each table and modify all the features of the cell to be consistent throughout.  (Ideally, I would also like to make the first column wider, but am picking my fights at this stage).  Is there were only a few dozen individuals, or so it would be a wink - I just have them individually - but with 2000 +, I would really like to find a way to do it on a global scale.  I believe that scripting could do, but have no idea where to start (I looked at samples scripts and was completely lost).  Any ideas, thoughts, suggestions would be greatly appreciated.

    Thank you

    -Paul

    There was a typing error in my first post, I have fixed

    Set the width of column 1 (column 1 of x width) x * p

    should be

    Set the width of the column (width of column 1 of x) x 1 * pct

  • Is it possible to create a variable that tells you what slides, the user has visited?

    Hello.

    I'm working on a project where I want a slide to display a button continue and hide the 2 areas of text, but ONLY when the user has already visited 2 other slides. I can only find variables indicating the slide the user previously visited.

    Is it possible to set a variable that does this?

    I want to create the following advanced measures:

    If the user has visited slides 62 AND 87, image_536 to show and hide text_caption_243 and text_caption_242

    I don't want action be executed if only 1 2 slide have been opened - it must occur when the two were opened.

    Hope that makes sense.

    I use 7 Captivate.

    Thank you.

    You will need two variables, it can be Boolean values. I will label them v_one and v_two with a default value of 0

    Because I don't know how the slides are formatted, do you use a Next button or are all visited media executives? You will need to have an event on the two blades to trigger an action:

    Assign the v_one with 1 slide 62

    And a similar action on the other slides to alternate v_two (do not use the toggle command, if the user accesses a slide twice, it could be toggled to 0).


    You do not specify where these text containers need to be (please, label your objects and slides)? But you'll need advanced conditional action triggered by another event somewhere:

    IF v_one is equal to 1 AND

    v_two is equal to 1

    See the Text1

    See the Text2

  • Possible to change the variable cpQuizInfoPassFail through advanced actions?

    Is it possible to change the variable cpQuizInfoPassFail through advanced actions? I do not see this or the other quizzing variable when I try to create an advanced action and change by entitlement or expression. Let me explain what I want to accomplish, I ask the wrong question. I have a training project, with that I need to include a post test. I don't really like the captivate quizzes. I want the post-test to play as a ride on jeopady where the user chooses issues category and gets points if the user answers correctly. For this I must ask questions on a game board and (from what I can fig) you cannot have multiple questions on the same page. I'm building the quiz with my own custom variables and coded so that the program jumps to a page of the certificate if the user gets more than 84 points. THA all works very well. But I have to be able to tell the database that the program will connect with the user has passed the quiz. I thought I could do this if I assign the value 1 to the variable cpQuizInfoPassFail. Is there a way to do this? Thanks in advance for any help,

    Doug Jackson

    Hi Doug,.

    I don't see the version you are using. Each interactive object can be marked, has a report following properties in the control panel (if you use CP5 or CP5.5) or a tab in the Properties dialog box reports, if you use a different version. You must add a score (default value is normally 1 point) and make sure you add it to the total score.

    If you want to make me a glance, post your file on acrobat.com (free, use your Adobe ID), share and publish. You will have a link that you can copy into a private message to me.

    Lilybiri

  • Is it possible to combine a variable containing a string?

    Hello

    Im trying to combine a string with the variable so this feature can be controlled a variaty of elements, depending on the variable chosen.

    Here is my code:

    public function currentFrame_Fun (): void

    {

    //trace ("3level1Btn_Array" + level1Btn_Array);

    //if (dot_BG. Dot_Screen.currentFrame == 2)

    //{

    level1Btn_Array.push ("screenPath.L1P" + (dot_BG. (Dot_Screen.currentFrame-1) + "Dot1");

    level1Btn_Array.push ("screenPath.L1P" + (dot_BG. (Dot_Screen.currentFrame-1) + "Dot2");

    level1Btn_Array.push ("screenPath.L1P" + (dot_BG. (Dot_Screen.currentFrame-1) + "Dot3");

    level1Btn_Array.push ("screenPath.L1P" + (dot_BG. (Dot_Screen.currentFrame-1) + "Dot4");

    level1Btn_Array.push ("screenPath.L1P" + (dot_BG. (Dot_Screen.currentFrame-1) + "Dot5");

    trace ("after the table to push is" + level1Btn_Array)

    / * level1Btn_Array.push ("screenPath.L1P" + (currentFrame-1) + "Dot2");

    level1Btn_Array.push ("screenPath.L1P" + (currentFrame-1) + "Dot3");

    level1Btn_Array.push ("screenPath.L1P" + (currentFrame-1) + "Dot4");

    level1Btn_Array.push ("screenPath.L1P" + (currentFrame-1) + "Dot5") ;*/

    //for (var j: int = 1; j < 5; j ++) {}

    / * level1Btn_Array.push ("screenPath.L1P" + (dot_BG. (Dot_Screen.currentFrame) + "Dot" + j);

    }

    trace ("3level1Btn_Array" + level1Btn_Array) ;*/

    NumberDots();

    //}

    }

    public void NumberDots (): void

    {

    //trace ("level1Btn_Array" + level1Btn_Array);

    for (var i: int = 0; i < level1Btn_Array.length; i ++)

    {

    var: image number b = ++;

    trace ("frame =" + frame)

    trace ("buttoon table 3 is" + level1Btn_Array [3]);

    trace ("I is" + i).

    [ //level1Btn_Array[3]

    / / screenPath.L1P7Dot4.gotoAndStop (frame);

    screenPath.L1P7Dot4.gotoAndStop (frame);

    }

    }

    is it possible to make this work?

    If you have any ideas please let me not, this will help imensly!

    THX, pavel

    You can use [] (Access Board) to get a property of an object, e.g. object["property"] to access object.property . But you can't do object["property.anotherProperty"] access object.property.anotherProperty . You have to do object["property"]["anotherProperty"] instead.

    So in your case, you cannot access your nested timeline object by using a string in such a way. What you need to do is to store the reference to the object itself in the table:

    level1Btn_Array.push(screenPath["L1P" + (dot_BG.Dot_Screen.currentFrame - 1) + "Dot1"]);
    

    Then level1Btn_Array[0] is screenPath.L1PnDot1 -l' object itself.

  • Is it possible to make DVD Region Free of A60?

    Hi all

    Is it possible to make my DVD of game (742) Satellite A60 in the region?

    Currently, I can play region 2 DVDs.

    My computer:
    -Windows XP Home Edition (Swedish)
    -Pioneer DVR K13A, revision 2.00

    Thank you and best regards,
    Thomas Jedenfelt

    P.S. to the webmaster Forum
    The title of the page on the pages of the Forum Satellite contains a B element.
    The TITLE element cannot contain other elements,
    and the B element has been deprecated for several years.
    Suggested reading to W3C (www.w3.org).

    HI Thomas,

    You can select the desired region by going into the properties of your DVD-ROM (right clivk on icon workstation).

    You can only change the region 5 times before it becomes permanent how he will stay on the last selected region.

    There is no legitimate way to make your drive "set".

    Kind regards

  • Is it possible to make a slipstream using the recovery CD (SM30-154 WXP)?

    Is it possible to make a slipstream using the product recovery (satellite SM30-154 pro and windows XP home) and put on day of windows XP sp 3 die?
    If so, how?

    friend
    Bert

    Hello

    What you could do is to create a new image using a 3rd party such as Norton Ghost for example application.

    You might first install Windows XP using the Toshiba Recovery CD.
    You could install the MS 3 service pack and then you can create the new image.

    This image could be stored on the new CD, or as a file on the second partition.

    I did it too. I ve got two partitions on my HARD drive and have created a backup of C (System partition) by using the spirit. The file is stored on D (data partition) and if something goes wrong with my Windows I can restore using this file.

    Easy ;)

  • Is it possible to make the back to Pentecost iPhone 6 and Air iPad

    Is it possible to make the back to Pentecost iPhone 6 and Air iPad

    You cannot back up an iPhone to an iPad or vice versa, but you can save them both to a computer via iTunes or you can backup to iCloud. See: How to back up your device using iCloud or iTunes - Apple Support

    You can also synchronize contacts, photos, etc. between the iPhone and the iPad. See settings > iCloud on each device for things that you can synchronize.

  • Satellite M40-300: is it possible to make a CD or a DVD for all facilities?

    Hello

    I bought a Satellite M40-300, it's a very good laptop
    I just have two questions:
    is it possible to make a CD or DVD for all facilities
    because I have two partitions. One for the window
    and the other for a linux?

    For Linux I want to install Red Hat Fedora Core 4 all devices are compatible or not? and where I can get driver for this?

    Thank you very much

    PS: Sorry for my English I'm French.

    Hello

    First of all there is no drivers for Linux because Toshiba doesn t supports the Linux operating system. All Toshiba units are shipped with the Microsoft Windows operating system.
    I also work with Linux, but I use a different distribution. I use Knoppix because I n t need to install anything whatsoever on the HARD drive and I can use this Linux as other Linux distributions.

    On a CD/DVD creation: do you know that Symantec Ghost?
    This tool allows to create an image file or a CD/DVD image you OS. I don't know if it works with Linux, but as I suggested, you can use a Knoppix ;) m

    Hoppe these tips will help you make a decision.

    Good bye

  • Is it possible to make a DYI check for viruses and malware on an iPhone 6 more?

    Is it possible to make a DYI check for viruses and malware on an iPhone 6 more? Thanks in advance for your help.

    I don't know what it means 'DIY', but there is no virus and malware scanner available probably since there is no malware and virus scanner for now.

  • not possible to bind a variable shared via Ethernet network

    Hello!

    I have computer A and B with windows xp, sp3 and labview 8.6, professional edition. The two computers are in the ethernet network. I'd like to Exchange data between two applications of LV using shared variables. I create a shared variable (published network) on both computers.
    The problem is in the properties of shared variables not possible to bind the variable of the remote computer to the local computer. In the first step, there is even no possible to see any computer on the network. After the registration of the computer (Tools-> shared-> computer registry variable)
    I see the computer remote, but without any variable sharing.

    Do you have any idea how to solve this problem?

    Thank you for the answers.

    Hi ,

    Visit this link, maybe it can help you.

  • Is it possible to make the 2013 Outlook my default email

    Is it possible to make Outlook my email by default to send & receive emails for XP

    JR

    Not because you cannot install office 2013 on XP

    http://Office.Microsoft.com/en-us/help/why-cant-i-install-Office-2013-on-Windows-XP-or-Windows-Vista-HA103462811.aspx

  • My camera Olympus only works with Apple's Quick Time 7. Is it possible to make it work with my operating system from Windows XP?

    My camera Olympus only works with Apple's Quick Time 7.  Is it possible to make it work with my operating system from Windows XP?

    Apple QuickTime 7 works is because. MOV is the Apple
    QuickTime format.

    QuickTime. MOV files can cause problems with Windows Media Player.
    And... If you plan to try editing with Movie Maker... the files should
    be converted to the. WMV format.

    No guarantee, but the following decoder might allow Windows Media
    Reader to read your. MOV files. Only problem is... it is not freeware to retail.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    3ivx MPEG-4 5.0.4 decoder
    http://store.3ivx.com/3ivxStore/product_details.php?ID=11

    Convert the. MOV files to the. WMV format may be worth a try:

    There are many converters available on the net... some
    free... some detail.

    The following freeware converter is just one example:

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Format Factory (freeware)
    http://www.videohelp.com/tools/Format_Factory
    (the 'direct link' is faster download)
    (the file you want to download is: > FFSetup295.zip<>
    (FWIW... installation..., you can uncheck
    ('all' boxes on the final screens)
    (Windows XP / Vista / 7)

    First, you will need to decompress the file or just open the
    Drag > FFSetup295.exe< out="" of="" the="">
    and drop it on your desktop. To install left click.

    Next, after the download and installation of Format
    Factory... you can open the program and
    left click on the toolbar, the "Option" button and
    "Select an output folder to" / apply / OK.
    (this is where you find your files after they)
    are converted)

    Drag and drop your video clips on the main screen...

    Select "all to WMV" / OK...

    Click on... Beginning... in the toolbar...

    That should do it...

    Good luck

  • Hello. Is it possible to make a backup of the Pandoras Box Cd rom copy.?

    I have the original and the copy is for me.

    I made a copy sometimes, back, which I thought was right but now at mid-way through the game it stops working and I have tried the disk copy on my home and work PC so I guess that the error is on the copy.

    I really love this game and use the original for more than 12 years so it's to be!

    Please can you tell me if it is possible to make a copy that is feasible and, if so, how? I think I used the last Roxio cd Copier attempt but after watching im going online account that maybe the game is protected? and so I need to do a bit more that just a basic "copy CD". ? Any assistance received with gratitude and thanks for reading this.

    PS. I tried to buy an original, but finds him not available online to the United Kingdom!

    Thanks again

    I don't know if this particular game CD is protected against copying. According to the balance of probabilities, it is. And I don't know which particular method or methods has been or have been used.

    Take a look on

    http://www.SlySoft.com/en/

    and see if one of their products, alone or in combination with others, will allow you to make a backup copy of the game.

    Note that if the original disk is very readable, the copy cannot correct errors; However, the result may be usable.

    Tom Ferguson

    The foregoing it whole, is intended to answer the technical questions raised. A lawyer for legal advice upon which you intend to rely.

    TF

  • Is it possible to make files always open size full screen in Vista?

    Getting files to always open full screen

    Is it possible to make files always open size full screen in Vista?  It's a setting that is easy to do under XP, but he continues to annoy me in Vista, as some setting I try, it always opens with persistence in a small window of default size, and I have to click to maximize.

    I use Vista Ultimate with a score of 5.9 Windows experience.  I have the Radeon HD 4870 x 2 graphics card and a monitor ViewSonic 21 inches, both with drivers signed to date.

    Space ALT X - problem solved

Maybe you are looking for

  • Cannot install driver button thermal Mode for Y430 on Windows XP

    When I try to install the driver of button thermal Mode on XP, I get the following error: "There is not enough space on drive D:\ to extract this package. Free 14.44 MB and click Retry. » Clicking new attempt gives me the result, I expect (same messa

  • HP Pavilion dm4 2165dx: cannot install the wireless driver

    I improve my OS to windows 7. While trying to install the drivers, everything has been installed successfully except the wireless. I tried all the drivers wireless for my product and he just immediately close after extraction. I also tried Windows 8.

  • Z620 SATA-3 ports

    Hello I have a question about a Z620. I want to updgrade this machine as follows; SSD Samsung 840 Pro as the main drive - Win7ProX64 - 6 Gb/s 2 x WD Velociraptor HDD in RAID 1 - for data - 6 GB/s All drives are SATA 3 6 Gbit/s, however, the motherboa

  • printer appears twice

    Please can someone give me a solution to this problem?  Thank you I also have my HP Envy 5530 listed twice on the HP homepage, I read a post above about fax issues.  I would do the same set as resolved upward earlier?  The changes will bring changes

  • Cancel print job

    Cannot cancel a print job. Asking me to find Notification and he's not here.