Giter Club home page Giter Club logo

Comments (6)

rcdmk avatar rcdmk commented on June 1, 2024

Hi.
The LCID is intentional. Wherever you set the LCID, it will always be available through the Response object.

I'll take a look at the multidimensional array soon.

BTW, have you tried the multidimensional array on the test.asp page?

from aspjson.

vicedriver avatar vicedriver commented on June 1, 2024

Hello Ricardo,

I understood the use of the LCID, but I think you should use Session.LCID and not Response.LCID to get the code.

The multidimensional arrays have a problem in the refereed function, during the for cicle.

Thanks and congratulations for the excellent job.

Regards
Luis Abreu

from aspjson.

rcdmk avatar rcdmk commented on June 1, 2024

Hi Luis.

I'm Brazilian as you may know, but I prefer to write in English so everyone that come to this page with the same doubts and problems can understand it.

I can set the Response and Page LCID without setting the Session.LCID property. There is a chain of value inheritance in Session > Page > Request. I choose to use Request as it will always have the LCID value, independently of it being set on Session or Page level.

I still got no time to try the multidimensional array code.
Do the multidimensional array example in test.asp page work for you? (set testAdd = true to see it working)

Thank you very much.

from aspjson.

vicedriver avatar vicedriver commented on June 1, 2024

Hello,

I've tested the test.asp and it works, but try to change redim multArr(1, 1) to redim multArr(2, 1) and it crashes. As far as I could see, if the array don't have width and length it crashes.

from aspjson.

rcdmk avatar rcdmk commented on June 1, 2024

Sorry for taking so long to answer.
I'll work on this soon.

from aspjson.

vicedriver avatar vicedriver commented on June 1, 2024

from aspjson.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.