Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6667495
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:56:21+00:00 2026-05-26T02:56:21+00:00

var string = ‘object.data.path’; That’s a string that resembles a path to variable. How

  • 0

var string = 'object.data.path';

That’s a string that resembles a path to variable.

How can I return the corresponding variable from that string?

Something like transforming the string into return object.data.path;

The thing behind this is that the string could be much longer (deeper), like:

var string = 'object.data.path.original.result';

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:56:22+00:00Added an answer on May 26, 2026 at 2:56 am
    function GetPropertyByString(stringRepresentation) {
        var properties = stringRepresentation.split("."),
            myTempObject = window[properties[0]];
        for (var i = 1, length = properties.length; i<length; i++) {
        myTempObject = myTempObject[properties[i]];
        }
    
        return myTempObject;
    }
    
    
    alert(GetPropertyByString("object.data.path"));
    

    this assumes that your first level object (in this case called object is global though.
    Alternatively, although not recommended, you could use the eval function.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In js can I call a function in an object from a string? Hm,
So I have something like this: var xmlStatement:String = xmlObject.node[3].@thisValue; What mystery function do
var string = function (base) { return { add: function (added) { return base
I am passing a string variable from php to javascript. The string contains But
Help me please! :( How can I return the string by just using getValue()?
For JavaScript in most browsers*, you can read a character from a String by
I have this... $('#orderFormDiv_Lines').append(TheOrderLine); That .appends 'TheOrderLine' var string at the end of a
I have my replaceAt method look like something from here String.prototype.replaceAt = function(index, c)
Let's say I have this string var: string strData = 1|2|3|4||a|b|c|d Then, I make
I have an array: var locations = ['Afghanistan','Albania','Algeria','New York']; and a string: var string

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.