-
remove value from quotes
hello,
I have a var that I need to turn into an object or remove from a string
var value = "user";
I need to remove user from the " " so I can use in another var
var w = rec.value;
the current problem is right now I am getting a result of w = undefined because the value is reading rec."value" instead of rec.value
any help is appreciated.
thanks!
-
-
that worked perfect!! Thanks!
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
|
Bookmarks