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 6058741
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:37:56+00:00 2026-05-23T08:37:56+00:00

I have a variable that is like this: var dependentVar = ‘<%: somevalue %>’,

  • 0

I have a variable that is like this:

var dependentVar = "'<%: somevalue %>', '<%: somevalue2 %>', '<%: somevalue3 %>'";

Which must be passed into a another variable

var newVar = new var.Function(dependentVar).

The function is like

function(somevalue, somevalue2, somevalue3)

The problem I am facing is that when the variable is passed – it passes like this

"'123123', '123123123', '123123123'"

and it errors due to the " ? How can I fix this ?

  • 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-23T08:37:57+00:00Added an answer on May 23, 2026 at 8:37 am

    Well I wouldn’t really do it this way, but you could do this:

    var dependentVar = ['<%: somevalue %>', '<%: somevalue %>', '<%: somevalue %>'];
    
    yourfunction.apply(null, dependentVar);
    

    I guess it’s not that bad. You could also do

    yourfunction(dependentVar[0], dependentVar[1], dependentVar[2]);
    

    The first way does have the advantage that it’d work for any number of values, assuming the function was prepared to deal with that. (If it were, and there were no other reason for the function to be written that way, it could be changed to operate on an array directly.)

    edit — OK, if you need to call a function via an object property, you’d do this:

    var tmp = new var();
    var newVar = tmp.someFunction.apply(tmp, dependentVar);
    

    The first argument to “apply” will make sure that “tmp” is the value of this when “someFunction” is called.

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

Sidebar

Related Questions

So I have a JSON variable that looks like this: var peopleList = {
I have some text that is stored in a variable like this: <div class=foo>text
I have a variable d that I use like this: $(function() { for(i =
I have a javascript object that looks somthing like this: var obj = {
I have JSON object inside variable like this: var chessPieces = { p-w-1 :
I have an int variable that basically looks something like this: 101137111 What I
I have variables like this: var a = a variable; var b = test;
I have a function that looks exactly like this: function exportSelectedToExcel(id) { var selectedRows
I have a page that has 3 variables. They look like this: String[] Headers
I have a variable that is built in loop. Something like: $str = ;

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.