Rename the layer by using the name of the supplied object

I'm trying to draw a map of the world that includes the provinces and provinces (counties).  I'll be it animation in AE. AE sees that the upper layers is essential which is the name of the top layer of the correct province. All provinces are unfortunately not layers. They are objects. I can use the "Release to layers" command to get all items nested in layers of high level. But the layers of high level generic names (Layer 1, Layer2, Layer 3). Objects nested within these layers have the correct name.

Y at - it a script that will rename the top-level layer using the name given to the object nested within this layer? If this isn't the case, could sombody would be willing to help create a.

Here is a link to one of the files: world_all_provinces_Senegal divisions. Level 1_area.zip

layer_naming_problem.png

Opps, I'm too slow.

I could not open your file to test it, but during a quick test, it seems to work also.

var doc = app.activeDocument;
var n, p;
for (var i = 0, l = doc.pageItems.length; i < l; i++) {
    p = doc.pageItems[i];
    n = p.name;
    p.parent.name = n;
}

But again maybe it is specific (not tested with your file or other) and so will not work in your case or other. Worth I guess that if.

Tags: Illustrator

Similar Questions

  • Rename the layer, group, Javascript object

    Hey guys,.

    I am writing a script which renames a layer and the group within the layer, then an object in the layer (but is not part of the Group) and have it executed in a loop.

    This is what I have so far, change of group name does not work.

    #target Illustrator
    
    var doc = app.activeDocument;
    
    idLayers(doc)//IRename layers
    idGroups(doc)//Rename groups
    
    function idLayers(doc){
        for(i=0;doc.layers.length>i;i++){
            doc.layers[i].name= 'id:GTM_Group '+(i+1)
            }
        }
    
    function idGroups(doc){
        for(i=0;doc.groups.length>i;i++){
            doc.groups[i].name= 'id:GTM_Group '+(i+1)
            }
        }
    

    I got into anthing to rename the single object still since I can not even rename it group work. I suspect that the new group name section does not work because I'm either using the incorrect syntax or a command that is not valid. Any ideas?

    (Attention to groups hidden within the transparent traces or other groups because it will find and rename these groups as well.

    to avoid dealing with groups (or objects) within the groups, not loop through all elements in the document, reference your articles by layers

    #target Illustrator
    
    var doc = app.activeDocument;
    
    idLayers(doc); // Rename layers
    
    function idLayers(doc){
        for(i=0;doc.layers.length>i;i++){
            var currentLayer = doc.layers[i];
            currentLayer.name= 'id:GTM_Layer '+(i+1);
    
            idGroups(currentLayer); // Rename groups
            idPathItems(currentLayer); // path items
        }
    }
    
    function idGroups(layer){
        for(j=0;layer.groupItems.length>j;j++){
            layer.groupItems[j].name= 'id:GTM_Group '+(j+1)
        }
    }
    
    function idPathItems(layer){
        for(k=0;layer.pathItems.length>k;k++){
            layer.pathItems[k].name= 'id:GTM_Path '+(k+1)
        }
    }
    
  • Rename the file name background layer and move up

    I need a script that I can run at the end of an action to rename the name of the background layer and move it to the top of all the layers and hide visibility.

    That's what I want the layers of final document to look like, of course "filename" is the name of the file of the document itself. If I can change it to .jpg instead of a tif which would also be very useful.

    I use CC 2015 the more up-to-date version.

    Capture.JPG

    I found these scripts that are not exactly what I need, but close and I can't understand how to manipulate.

    Script layer moves

    Open, do, and rename the layer "Julieanne Kost's Blog

    Update: now, I think that this may be totally useless. Because of this, I wanted the original filename.jpg was so I could export the image as an asset later on the road. I just tried to create the image assets and found that it creates a folder for each file, so if someone can think of a better way, awesome.  I was able to create action and move all my layers of setting down instead of trying to move the layer of file name up and it worked, but because each file name is different I can't select and hide in my action. There is a solution simple but do not do exactly what I need.

    Thank you!

    Brandi

    #target photoshop;
    app.bringToFront();
    if(documents.length){
    var doc = activeDocument;
    doc.activeLayer = doc.layers[doc.layers.length -1];
    if(doc.activeLayer.isBackgroundLayer){
        doc.activeLayer.name = decodeURI(doc.name).toString().replace(/\..+$/,'') + ".jpg";
        doc.activeLayer.move(doc.layers[0], ElementPlacement.PLACEBEFORE);
        doc.activeLayer.visible = false;
        }
    };
    
  • Cannot use fax function after rename the name of the printer

    I have an MFP HP LaserJet M1536DNF connected by network.  I have run the full setup package by the CD of the product, or on the web, complete update install the driver package.  The problem is the default printer name after installation as like "HP LaserJet 1530 MPF Series PCL 6" and can not be changed through the installation.  When I tried to change the printer name on the windows 'Printers and faxes', he managed but the fax doesn't work anymore after that.  It says probably 'impossible to find or connect the printer' after I click the fax or print the document to the fax printer.  However, I can still use the printing function after the name change.  The only way to solve now is to uninstall all and reinstall again, even I tried to rename back the name exactly for the name of the printer.  I use Window XP Pro SP3 with .net Framework 3.5 already up-to-date.  Thanks for the tips.

    Hi Cheetah12,

    Sorry to misunderstand.  I mean there is no option to not rename the printer when you run the complete package installation wizardfirst, but not the fax configuration wizard.

    In fact, I must mention once again that I have can print and scan even I renamed the printer.  Things I can't do the HP Send Fax or fax HP Setup Assistant and so, which means my fax machine was not working properly.

    Therefore, I follow the document from HP that you post step by step and of course the diagnosis by downloaded HP Print result and doctor Scan for both printing and scanning are in good health, all in green light!  But cannot always solve the problem of the fax.

    However, I finally found my way to solve the problem, which is just rename back the original printer name in the registry.  As a result, the printer in "Printers and faxes" which always shows the famous name, but actually running with the original name of the printer.

    In any case, thank you for your kindly help and fast track.  But I suggest there should be a direct way, like having an option to rename the name of the printer while the first installation wizard on your next updated version.  This will certainly help users who have to install 2 or more of the same model printer, to indicate which printer works easily.

  • Photoshop layer redesign, rename the script for Illustrator

    The Photoshop scripting guru Paul R more to RetouchPro has created a really cool to rename script and layers of selected Photoshop batch numbers. I did find something similar on the side of the Illustrator.

    He gave his permission for me to post it here in hopes that some Illustrator scripting genius could come up with a similar script for Illustrator. It would be terribly difficult to convert into something that could use Illustrator?

    http://www.mediafire.com/file/g7usr73u0236p0a/rename _ & _Renumber_Selected_Layers.jsx

    http://www.mediafire.com/file/dbah74x13bsa74c/rename _ & _Renumber_Selected_Layers.jsx.zip

    rename-layers.png

    Hola Julio, I updated the script to rename the sublayers or visible layers and also fixed the color

    #target illustrator
    
    main();
    function main(){
        if(!documents.length) return;
        //var allLayers = app.activeDocument.layers;
        var win = new Window( 'dialog', '' );
        g = win.graphics;
        //  var myBrush = g.newBrush(g.BrushType.SOLID_COLOR, [0.99, 0.99, 0.99, 1]); // CS5
        var myBrush = g.newBrush(g.BrushType.SOLID_COLOR, [0.50, 0.50, 0.50, 1]); // CS6
        g.backgroundColor = myBrush;
        win.orientation='stack';
        win.p1= win.add("panel", undefined, undefined, {borderStyle:"black"});
        win.g1 = win.p1.add('group');
        win.g1.orientation = "row";
        win.title = win.g1.add('statictext',undefined,'Rename Visible Layers or Sublayers');
        win.title.alignment="fill";
        var g = win.title.graphics;
        g.font = ScriptUI.newFont("Georgia","BOLDITALIC",22);
        win.g5 =win.p1.add('group');
        win.g5.orientation = "column";
        win.g5.alignChildren='left';
        win.g5.spacing=10;
        win.g5.st1 = win.g5.add('statictext',undefined,'New layer name');
        win.g5.et1 = win.g5.add('edittext');
        win.g5.et1.preferredSize=[250,20];
        win.g10 =win.p1.add('group');
        win.g10.orientation = "row";
        win.g10.alignment='fill';
        win.g10.spacing=10;
        win.g10.st1 = win.g10.add('statictext',undefined,'Serial Number');
        win.g10.et1 = win.g10.add('edittext',undefined,'1');
        win.g10.et1.preferredSize=[50,20];
        win.g10.et1.onChanging = function() {
          if (this.text.match(/[^\-\.\d]/)) {
            this.text = this.text.replace(/[^\-\.\d]/g, '');
          }
        };
        win.g10.st1 = win.g10.add('statictext',undefined,'Length');
        var nums=[2,3,4,5];
        win.g10.dl1 = win.g10.add('dropdownlist',undefined,nums);
        win.g10.dl1.selection=0;
        win.g15 =win.p1.add('group');
        win.g15.orientation = "row";
        win.g15.alignment='fill';
        win.g15.cb1 = win.g15.add('checkbox',undefined,'Reverse layer order');
        win.g15.cb2 = win.g15.add('checkbox',undefined,'Rename Sublayers Only');
        win.g100 =win.p1.add('group');
        win.g100.orientation = "row";
        win.g100.alignment='center';
        win.g100.spacing=10;
        win.g100.bu1 = win.g100.add('button',undefined,'Rename');
        win.g100.bu1.preferredSize=[120,30];
        win.g100.bu2 = win.g100.add('button',undefined,'Cancel');
        win.g100.bu2.preferredSize=[120,30];
        win.g100.bu1.onClick=function(){
            if(win.g5.et1.text == ''){
                alert("No layer name has been entered!");
                return;
            }
            win.close(0);
    
            var sublayersOnly = win.g15.cb2.value;
            var visibleLayers = [];
            getVisibleLayers (app.activeDocument, visibleLayers, sublayersOnly);
    
            if(win.g15.cb1.value) visibleLayers.reverse();
    
            for(b=0; b		   
  • Rename a layer without touching the mouse?

    When you export files from Illustrator, I receive a ton of layers named < path > and < group >. I want to quickly rename these layers in Photoshop.

    I'm using Alt-[&] - to move up and down my Layer palette, but I did not understand how to change a layer name other than a double click on the name (which takes a hand on the keyboard). Is it possible to rename a layer using the keyboard only?

    If you use CS6 things are a little easier.

    Double click on the layer name to retype. Then press tab (or shift tab for the other direction), and the name of the layer is highlighted and ready to re-enter. Continue to do the same for the remaining layer names.

    Paulo

  • How to rename the JAD file to eclipse MIDlet name

    Hi, expert,

    at the present time, our product team asks me to change the product name of the name of one to the other, I changed the title in the properties of the eclipse project and thought that's it. Cod file name was still the same as before.

    Then I discovered that I was wrong. The name options-> list of applications is still the old name. Then I change the COD file name (the name of the JAD file is also modified with it) and thought that I would be ok this time.

    I was denied again. The name on the download of air link always displays the old name and found out that the JAD stll MIDlet-name file has the old name and browser would use this name. Options-> application list, it still shows the old name. So I have to change the name of the MIDlet-name for the new name. However, I couldn't find a way. on the descriptor xml project, there is a tag called MainMIDletName, I changed to the new name:

    However it does not seem to help as well. After research, I found this link, but it does not say exactly how do without changing the name of the project that I really don't want to do:
    http://supportforums.BlackBerry.com/T5/Java-development/how-to-rename-JAD-in-JDE-Eclipse-without-ren...

    I have a few choice here? Any help would be appreicated.

    Hello

    To have the "MIDlet-Name" of the renowned JAD property, you will need to rename the project. Output file names can be changed via the BlackBerry_App_Descriptor.xml > Build (tab) > name of the output file (field).

    Kind regards

  • After you rename the computer, the backup of the file history still showing the old name of the computer to its destination.

    Original title: history of Falie Worng Destination path

    I changed my computer name [my computer setting and the name, display name, computer and computer Description all equal under the same name]. But when the history of files backing up my files, he insists on putting the OLD computer name in the backup destination path, for example:

    Backup_Drive\\Backup_Folder_A\UserID\Old_Computer_Name\Data...

    I tried selecting a new backup drive and reboot several times, but the history of files always comes back to the old name of the computer when you create the destination path.

    How can I fix?

    Similar to the response of Siva here, you will want to return to

    C:\Users\\AppData\Local\Microsoft\Windows\FileHistory

    Now, if FileHistory was lit before, using the old username, there will be a configuration file and the Config1.xml and Config2.xml files will contain several tags using the old name of PC. Rather than wipe these files, open each file in Notepad and search for the name of your old PC and replace with the name of the new, do not forget to save.

    In addition, if you want to keep a backup that has already been created with the old name of PC, you'll need to find, rename the main folder ("old name PC") and in this folder, rename tags in the Web configuration files (as you did in the local configuration files).

    When I tried to delete my local config files, he would recreate using files of configuration of the backup, that were also incorrect, so I just manually renamed and mine works fine now under the new name of PC.

  • Is there a way to rename the "object/text box" in the layer in the Panel?

    I have a provision that has several near areas of text twice in the workflow in a layer, each of them with a minor copy change. What shows in the list of "items" in the layer is the first line of each (default) text box and it happens that they all start with the same text in each. Therefore, in the Panel, I have a list of several items that all look the same and I cannot differentiate between them when I click on an individual that I have them turn on and off.

    I am aware that I can rename the name of the layer itself, but is it possible to rename items in the inside Panel of the layer? I'd love to rename some of them.

    If this isn't the case, I guess I would have to duplicate the entire layer several times, rename the layer itself, each of them almost identical except for editing text in small characters each. Looks like it would be a lot of waste of resources and space in the file.

    Thank you

    You should be able to re - appoint any object similarly - click to highlight the name.

  • Rename the layer random script

    Hello, im trying to make a script to rename the layer like this:

    "anyname. RGB"in"RGB ";   "anyname. CMYK"to"CMYK. "

    I found a that rename, but only with the name of the layer exactly and I have a lot of layers with random names before the ".rgb".

    can someone help me figure out how to do?  THX

    Oh, it's easy. This script will get the name after the first point. If there is more than one point, then it will get only the name between the first and the second point.

    #target photoshop
    var doc = activeDocument;
    var counter = 0;
    countLayers (doc);
    
    function countLayers(p){
          for(var i=0;i1){curLayer.name = lName[1]}
                counter++
                try{if(!p.layers[i].kind){countLayers (p.layers[i])}}
                catch(e){}
                }
          }
    
  • Script to rename the virtual computer by name DNS listed in VC

    I am very new to powershell, and I tried to understand this by using pieces of code I found, but nothing helped.

    I'm looking for a script to take the given DNS host name for a virtual machine listed in VCenter and rename the virtual computer.

    For example.

    Host01VM01 (as shown in Vcenter) - the DNS name of the "something.xyz.com".   VM and rename it "something.xyz.com" in Vcenter.

    To run the script only for a group called "Mycluster" you can do:

    Get-Cluster "My Cluster" | Get-VM | `
    Where-Object { $_.Guest.HostName } | `
    ForEach-Object { Set-VM -VM $_ -Name $_.Guest.HostName -Confirm:$false }
    

    This script will only work for VMS that have installed VMware tools and probably only for VM which are turned on.

  • Rename the virtual machine name

    Hello

    I created a virtual machine, called Win2k3test, so a record is produced for win2k3test.     I would rename the folder of Apps1 include files and the name of the vmdk file?

    What is the best way to achieve this?

    Thank you

    Hey Chris,

    I recently used the instructions in this link and they work well to rename a virtual computer.

    http://communities.VMware.com/blogs/CFO/2008/08/13/how-to-change-virtual-machine-name-with-service-console

  • Rename the source of names clip?

    In FCP7, there is a very handy feature that allows you to rename the source file to match the name of the element.

    Screen shot 2011-11-02 at 11.14.04 AM.png

    This is extremely useful when you rename clips to be more appropriate/description of a project and you want to change the name of the source to match.

    Is there anyway to do something similar to the first Pro CS5.5 or you must rename each element source manually, then reconnect?

    Well... not really (but somehow). But there is a good reason why you don't want to do. Where FCP only works with QuickTime files where to rename source files to match the clip names is harmless, Premiere Pro works with a wide variety of native formats, including tapeless formats that require the naming of specific files and folders structures. If you have renamed the source file to match the clip names, formats may become unreadable by many devices and applications. Our concept is to 'do no harm '.

    However... If you want to consolidate and rename your source files to match the names of your clip (this is the part "kind of"), you can do so via the project manager (project > Project Manager).  Simply select the option 'Rename files to Match Clip names of media' when you cut your project. The reason why this option is available here, without you worry about corrupting your tapeless media structures is that Premiere Pro makes new copies of the multimedia files and puts them in a new location. In this way the original media remains intact and is not harmed. Premiere Pro can still access and open these files, since it requires structures of specific folders and naming conventions to import the files. Other applications and devices that need these structures of folders and naming conventions can always access the original source media that they were created from.

  • Rename the local file and automatically update remote file name has Dreamweaver?

    Hi all

    Is it possible to rename a local file, using the files Panel and have the Dreamweaver automatically update the same name of the file on the remote server?

    Added the link update function, it would be very quick to update a file name in the code, the local site and the remote site.

    Thank you

    David

    Submit requests for features here

    https://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform

  • problem when you try to rename the images uploaded by using the value of the session

    Hello

    I have a form where 9 images are downloaded into thumbnail size and then stored in a file. What I m trying to do is to rename these vignettes of their original name for username_0, username_1, username_2 etc. for each of the 9 inches. The user name is the registration form on the same page. I created a session for the username variable and tries to use it to change the name of the image, while my pictures are for download and resize the rest as the original and not as the new number name of $ username_. I have pasted the code below, and would be very grateful for any help with this:

    <? PHP session_start();

    ...................

    Check that the form has been sent and this name is not empty and has no errors
    If ($_POST & &! empty($_POST['directusername'])) {}
    Set session variable
    $_SESSION ['directusername'] = $_POST ['directusername'];
    }
    define a constant to the maximum download size
    define ('MAX_FILE_SIZE', 5120000);
    If (array_key_exists ('upload', $_POST)) {}
    define constant for file transfer
    define ('UPLOAD_DIR ',' J: / xampp/htdocs/propertypages/uploads /');
    convert the maximum size in KB
    $max = number_format (MAX_FILE_SIZE/1024, 1). ' KB ';
    create an array of allowed MIME types
    $permitted = array (' image/gif ',' image/jpeg ',' image/pjpeg ',' image/png');
    foreach ($_FILES ['photo'] ['name'] as $number = > $file) {}
    replace all the spaces in the file name with underscores
    $file = str_replace (' ', '_', $file);
    Start by assuming that the file is unacceptable
    $sizeOK = false;
    $typeOK = false;
    Verify that the file is within the allowed size
    If ($_FILES ['photo'] ['size'] [$number] > 0 & & $_FILES ['photo'] ['size'] [$number] < = MAX_FILE_SIZE) {}
    $sizeOK = true;
    }
    Verify that the file is a permitted MIME type
    {foreach ($permitted as $type)}
    If ($type == $_FILES ['photo'] ['type'] [$number]) {}
    $typeOK = true;
    break;
    }
    }
    If ($sizeOK & & $typeOK) {}
    switch ($_FILES ['photo'] ['error'] [$number]) {}
    case 0:
    include('Includes/create_thumbs.) Inc.php');
    break;
    case 3:
    $result [] = "error loading $file. Please try again. « ;
    by default:
    $result [] = "error loading $file system. Please contact us for assistance. « ;
    }
    }
    ElseIf ($_FILES ['photo'] ['error'] [$number] == 4) {}
    $result [] = 'no file sΘlectionnΘ ";
    }
    else {}
    $result [] = "$file cannot be downloaded. Maximum size: $maximum acceptable File Types: gif, jpg, png. « ;
    }
    }
    }
    ................ THE CODE BELOW IS THE FILE WHICH DONE AND TRIES TO RENAME THE THUMBS...

    <? PHP
    define constants
    define ('THUMBS_DIR ',' J: / xampp/htdocs/propertypages/uploads/thumbs /');
    define ('MAX_WIDTH_THB', 75);
    define ('MAX_HEIGHT_THB', 75);
    set_time_limit(0) (600);
    treat the uploaded image
    If (is_uploaded_file ($_FILES ['photo'] ['tmp_name'] [$number])) {}
    $original = $_FILES ['photo'] ['tmp_name'] [$number];
    start by getting the details of the original
    list ($width, $height, $type) = getimagesize ($original);
    Make sure that the original image is large enough
    If ($width < 270: $height < 270) {}
    $result [] = "image dimensions are too small, a minimum image of 270 of 270 is needed."
    }
    else {/ / crop the image of a square before resizing for the thumb}
    If ($width > $height) {}
    $x = ceil (($width-$height) / 2);
    $width = $height;
    $y = 0;
    }
    of other if($height > $width) {}
    $y = ceil (($height-$width) / 2);
    $height = $width;
    $x = 0;
    }
    calculate the ratio of scale
    If ($width < = MAX_WIDTH_THB & & $height < = MAX_HEIGHT_THB) {}
    $ratio = 1;
    }
    ElseIf ($width > $height) {}
    $ratio = MAX_WIDTH_THB / $width;
    }
    else {}
    $ratio = MAX_HEIGHT_THB / $height;
    }
    If (isset($_SESSION['directusername'])) {}
    $username = $_SESSION ["directusername"];
    Strip the extension off the name of the image file
    $imagetypes = array ('/ \.gif$ / ',' / \.jpg$/ ',' / \.jpeg$/ ',' / \.png$/');
    $name = preg_replace ($imagetypes, ", basename($_FILES['photo']['name'][$number]));
    change the names of the images to the user name _ the number of the photo
    $newname = str_replace ("name", "number of $username_$", $name);
    create a resource of original image
    {Switch ($type)}
    case 1:
    $source = @ imagecreatefromgif ($original);
    If (! $source) {}
    $result = ' failed to process GIF files. Please use JPEG or PNG.';
    }
    break;
    case 2:
    $source = imagecreatefromjpeg ($original);
    break;
    case 3:
    $source = imagecreatefrompng ($original);
    break;
    by default:
    $source = NULL;
    $result = "Cannot identify the type of file.";
    }
    Make sure that the resource of the image is OK
    If (! $source) {}
    $result = "image download problem, please try again or contact us for further assistance";
    }
    else {}
    calculate the dimensions of the thumbnail
    $thumb_width = round($width * $ratio);
    $thumb_height = round($height * $ratio);
    create a resource of image for the thumbnail
    $thumb = imagecreatetruecolor ($thumb_width, $thumb_height);
    create the resized copy
    imagecopyresampled ($thumb, $source, 0, 0, $x $y $thumb_width, $thumb_height, $width, $height);
    Save the resized copy
    {Switch ($type)}
    case 1:
    If (function_exists ('imagegif')) {}
    $success [] = imagegif ($thumb, THUMBS_DIR. $newname.'. gif');
    $photoname = $newname.'. gif';
    }
    else {}
    $success [] = imagejpeg ($thumb, THUMBS_DIR. $newname.'. jpg', 50);
    $photoname = $newname.'. jpg';
    }
    break;
    case 2:
    $success [] = imagejpeg ($thumb, THUMBS_DIR. $newname.'. jpg', 100);
    $photoname = $newname.'. jpg';
    break;
    case 3:
    $success [] = imagepng ($thumb, THUMBS_DIR. $newname.'. png');
    $photoname = $newname.'. PNG';
    }
    If {($success)
    $result [] = "Upload successful";
    }
    else {}
    $result [] = "image download problem, please try again or contact us for further assistance";
    }
    Delete the memory image
    imagedestroy ($source);
    imagedestroy ($Thumb);
    }
    }
    }
    }
    ? >

    ..................................................

    I hope I ve provided enough information and eager to receive any help or advise you in this matter.

    Use quotes here:

    $newname = str_replace ('name', '$username_$number', $name);
    

    Change to this:

    $newname = str_replace ('name', "$username_$number", $name);
    

Maybe you are looking for

  • Can I install a brand new SBS2011 OEM standard that is not used on an ESXi host?

    I have a client who needs anupgarde to their existing system of SBS2003. They buy a standard OEM of SBS2011 copy from Amazon despite me providing the details for a full purchase of reatil! I need to know, what I can put in place the new SBS2011 syste

  • Problem with Epson printer

    I have been using my Epson all-in-one for a couple of years.  Now my PC and laptop do not connect with her.  I get a message at startup saying that some drivers are not connected to, so I'm not sure if it's a problem or a printer problem.  Any ideas?

  • display alarm criteria

    Hello We have our operators followed the console alarms and to facilitate the task, I want just that they discover the alarms that are up-to-date and are related to the alarms that originated in either (for example) CPU or SQL - is it possible... i.e

  • Is it possible for an index that includes the condition 'GOLD '?

    Hello, I have a few questions.The test was conducted in the following procedure.################################create table test(VARCHAR2 (10) C1.C2 varchar2 (10),key (c1) elementary school);create index test_idx1 on test (c2);Command > explain sele

  • bought Lightroom 6 - but my status is still trail (for Lightroom mobile - but I deliberately of who did not buy)

    I bought Lightroom 6 weeks after having tried Lightroom CC. Even though I have no problem with the delivery of the program, I get the notice that I had a trail version to be completed (number of days). I think it reflects no professional when dealing