[nsbasic-ce] Re: Array assignment question

2008-10-07 Thread tomnew2003
Edgard, In reviewing your problem again I noticed that you are using the SPLIT command in your sample function to parse the WinSock data. That implies you are dealing with a string and not bytes, integers, longs, etc. Your line, ArrayA = SPLIT(dataFromWinsock,'|') makes ArrayA a string variab

Re: [nsbasic-ce] Form caption

2008-10-07 Thread George Henne
Try setting the value of AppTitle: AppTitle = "My Form Name" George Henne NS BASIC Corporation http://www.nsbasic.com >Hi everybody ! >how to set a caption to a form ? There is option in property page . >Form1.caption="Data entry" is not working . Please he

Re(2): [nsbasic-ce] Application Error at Exit

2008-10-07 Thread George Henne
Yes, this problem has been outstanding for way, way too long. Does your program run properly as a .nsb program? >Hi >  >I have notice the same problem when my projects grows, when a .nsb file >is larger than a certain size and you closes the IDE then the error >appears... I had this error for

Re(2): [nsbasic-ce] slow response time with WM6, hp214

2008-10-07 Thread George Henne
This is an interesting result. I think the next step would be to come up with the minimum program that has this effect, then try running it on some different devices. Can you make such a program? >Bob, >I purchased my first pda around 10 year ago which was runing CE2.11 and >this issue has always

Re: [nsbasic-ce] Re: e-PocketSetup and SQLLite : trouble at installation of DLLs

2008-10-07 Thread George Henne
On most the devices I have tried, it lets you continue, even though it is untrusted. What device are you using? Have you tried this on any other devices? >Hi, > >OK, if I understand well it seems that it's not possible to use these >DLL without installing the whole AXPack via it's own .cab... > >-

RE: [nsbasic-ce] Re: Array assignment question

2008-10-07 Thread Bob Katayama
Seems to you what you are trying achieve is what a buffer does, meaning a temporary storage. This is how a buffer works. Open data. Data=A(X) Data=B(X) A stays intact and B is used to be manipulated. This way there is no need to rename an array or transfer from one array to another. Jus

[nsbasic-ce] Re: Array assignment question

2008-10-07 Thread tomnew2003
Arrays are not objects and from my understanding of how variables and arrays are constructed, you cannot assign one array to another in order to copy the contents of the array. I believe you will need to create a routine that copies the content of the array, one element at a time. If your intent i

RE: [nsbasic-ce] Application Error at Exit

2008-10-07 Thread David Carrión
Hi I have notice the same problem when my projects grows, when a .nsb file is larger than a certain size and you closes the IDE then the error appears... I had this error for the first time at the same time that I had the "famous EXE pseudo-compilation" problem. I told about this to Geo

[nsbasic-ce] Form caption

2008-10-07 Thread sgjoisa
Hi everybody ! how to set a caption to a form ? There is option in property page . Form1.caption="Data entry" is not working . Please help me anyone who knows . --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "nsb-

[nsbasic-ce] Application Error at Exit

2008-10-07 Thread mlagardette
Hi, Since a few days, when I close NSBasic CE, I get the following message (translation from french) : - NSBasic: NSBCEIDE.exe - Application error The instruction at "0x6600cdb6" uses the memory adress "0x3d44048". Memory cannot be "read". -