Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3679

App.Array() contents are different?

$
0
0

I have a simple test web app that uses HandleURL to listen for API requests and to pass off a no path request to the framework to display a web page. HandleURL appends to App.Array() a message for all requests coming into the app.

For API requests the response contains the contents of App.Array(). The main web page has a listbox that populates with the contents of App.Array().

What I find to be unexpected behavior is that the contents of App.Array() are different in the API response than they are in the web page listbox. Is App.Array() not the same object in the session as it is at the App level?

4 posts - 4 participants

Read full topic


Viewing all articles
Browse latest Browse all 3679

Trending Articles