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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:01:35+00:00 2026-05-28T08:01:35+00:00

Sorry for the long code, but my environment does not support script tags. http://pastebin.ca/2105293

  • 0

Sorry for the long code, but my environment does not support script tags.

http://pastebin.ca/2105293

I try to call loadbang (line 976) and get

_r.Multistrokes[z].name is undefined

I thought I defined it right there in the function, no?

  • 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-28T08:01:36+00:00Added an answer on May 28, 2026 at 8:01 am

    Your Multistroke constructor function (it’s not a “class”) sets the Name property on the object (line 103):

    this.Name = name;
    

    But on line 1,000, you’re trying to use the name property (note the difference in capitalization):

    strokeName[z]=_r.Multistrokes[z].name.toString
    

    JavaScript is case-sensitive.


    Side note: Line 1,000 also has the issue that you’re not actually calling toString, you’re assigning the function reference to strokeName[z]. To actually call it, add () to the end of toString.

    Side note 2: The code relies heavily on the abomination that is JavaScript’s automatic semicolon insertion. Strongly recommend not relying on it, and putting in all necessary semicolons explicitly. Relying on ASI makes minification difficult, and can introduce subtle bugs.

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

Sidebar

Related Questions

Hello everyone :) I'm sorry for the long code listing, but I'm not sure
Sorry for a long question and not a very descriptive title, but my problem
Sorry for the long post, but most of it is code spelling out my
First off - sorry for the wall of code but it's not too horrendous,
Sorry about this long block of code, but I think it makes sense to
Firstly sorry for the long piece of code pasted below. This is my first
Sorry for this long post. The question is however small but requires full detail.
// stupid title, but I could not think anything smarter I have a code
Sorry for the long title, but it seems most descriptive for my question. Basically,
Sorry for the long question but this contains all the SQL I've used to

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.