aldweb

Close I. aldweb

Close II. PC Freeware

Close III. Palm Freeware

Close IV. Palm Shareware

Close V. iziBasic Palm

Close VI. Palm Knowledge

Close VII. Pocket Computer

Close VIII. miniPortail

Special !



Mobile version of
the aldweb Site

m.aldweb.com


Neither French, nor English?

Try one of these flags then:
[de] [es] [it] [pt]
Search




Weather / Spam / www

Lyon Weather


aldweb against spam


Newsletter
To receive news about this website, consider subscribing to our Newsletter.
Subscribe
Unsubscribe
298 Subscribers
Family's web sites

Webmaster - Infos
Friends News
Visits

   visitors

   visitors online

Poll
What do you think of the new design of the aldweb Site?
 
Great !
Beautiful
Average
So ugly...
Results
Post an answer

Thanks for taking the time to write this message.

Your user name :

Your e-mail :

Hide your e-mail address to visitors:      
Note: the e-mail address is protected against SPAM.

Subscribe to this thread :      

You are answering to Guido Ostkamp who wrote:


Hello Laurent (or aldweb),

thanks for your answer.

You said:

"The counterpart is indeed that their index manipulation is a little bit more difficult."

Yes and without at least more dim-able variables you still have the problems of overwriting the normal variables.

I wanted to have a short program for maintaining my working times that would need a structure like this:

dim work_begin(365)
dim work_end(365)
dim work_time(365)
dim lunch_time(365)
dim daily_diff(365)
dim balance(365)

which would probably use up to 9-18k depending on whether int's or float's are used internally.

It turned out to be impossible to do in iziBasic. With the trial version I cannot dimension a numeric array larger than 247 elements. So this little program

'test.ibas
{CreatorID "HELO"}
{Version "2.0"}
DIM A(248)
BEGIN
PRINT "Hello"
EN

doesn't work. It raises a 'syntax error' in Palm OS5.2 Simulator. On the real machine I got similar results or something like 'number stack exceeded' depending on the number used - the behaviour changed with increasing numbers to 'syntax error'. The simulator had 16 MB RAM configured, my real system a T2, even more.

Even if I get through (with highest possible number), then, on execution a "number stack overflow" is generated.

So, I cannot even have 250 simple elements in an array?

This appears very limited to me. Why not let the user decide how many space he wants to assign to which stack?

I wonder whether there is a difference between the trial version (which I used) and the registered one.

There is a competitors product (I will not mention the name here to stay fair) which is an entirely Palm based Basic interpreter, which deals with my initially above mentioned script without any problems (it also supports the long variable names, btw.). I'm telling you only so that you know there is work left to get on par in this area.

By the way:

When starting iziBasic in the Simulator, I get several errors:

- form.c line 1767, Object #1019 in form #1000 is missing
- form.c line 1767, Object #1018 in form #1000 is missing
- form.c line 1767, Object #1014 in form #1000 is missing
- form.c line 1767, Object #1013 in form #1000 is missing

If I choose 'continue' I finally get through, but it doesn't sound ok.
This should be fixed.

Regards,

Guido


Help :

Code Syntax :

  • <color=CodeHexadecimal></color> enables text colouring.
    Note : Instead of the hexadecimal code (#??????), you can specify the name of the colour(red, yellow, orange, green, blue, etc...). For extra info...
  • <bgcolor=CodeHexadecimal></bgcolor> enables the colored highlighting of a text.
    Note : Instead of the hexadecimal code (#??????), you can specify the name of the colour(red, yellow, orange, green, blue, etc...). For extra info...
  • <b></b> enables the emboldening of a text.
  • <i></i> enables the italicising of a text.
  • <u></u> enables the underlining of a text.
  • <cite></cite> enables quotation inserting.
    Note : You can specify the name of the authors by typing <cite=Author>
  • <code></code> enables code inserting.
    Note : You can specify the language by typing <code=LanguageName>
  • <left></left> enables left align.
  • <center></center> enables center align.
  • <right></right> enables right align.
  • <link></link> enables link inserting.
    Note : You can specify the link URL by typing <link=URL>text</link>. If you do not specify the link URL, the URL will be the one between the two tags.<link>URL</link>
  • <img=SmileyName> enables smiley insertion.
    Note : The names of available basic smileys are : cool, wink, biggrin, smile, frown, eek, mad, confused, rolleyes, tongue, cry. For extra info...

Access keys (under Windows) :

  • Key SHIFT + arrow (right or left) enables text selection
  • Key ALT + 2 enables toolbar selection
  • Key ALT + 3 enables editing zone selection
  • Key ALT + 4 displays Help
  • Key ALT + 5 hides Help
  • Key TAB enables going from one selection to the next
  • Key SHIFT + TAB enables going from one selection to the previous
  • Key ALT + arrow (towards bottom or top) enables folding out of the selected menu
  • Key ALT + arrow (towards bottom or top) enables the folding up of a spread out menu
  • Key arrow (towards bottom or top) enables the browsing through a spread out menu
  • Key ALT + s enables form sending

   |     |  Bold  Italic  Underline  Insert a quotation    Align Left  Center justify  Align Right  Insert a link  Insert Smiley (popup)  Preview (popup)  Display Help   
smiley cool  smiley wink  smiley biggrin  smiley smile  smiley frown  smiley eek  smiley mad  smiley confused  smiley rolleyes  smiley tongue  smiley cry 
Captcha reload
Copy the text:


 
 
^ Top ^