Re: I suppose the idea of classes and inheritance is



"Jamie" <jamie_ka1lpa_not_valid_after_ka1lpa_@xxxxxxxxxxx> wrote in message
news:oavWg.110$XF2.100@xxxxxxxxxxxxxxx
[...]
X := 0;
Repeat
Inc(x);
DirectorName := UpperCase(Name[x]) in ['A'..'Z','_','0'..'9'];
Until Not DirectorName;

Wouldn't this crash (index past end of string) for names that _are_ valid?

Groetjes,
Maarten Wiltink


.



Relevant Pages

  • Re: I suppose the idea of classes and inheritance is
    ... Maarten Wiltink wrote: ... Wouldn't this crash (index past end of string) for names that _are_ valid? ...
    (alt.comp.lang.borland-delphi)
  • Re: char * ptr = "amit", in which area of memory it is stored (heap,stack,code,global)
    ... >> It will crash, I feel str1 will be stored in code section. ... > Your str1 is assigned to string "amit" when you do strcatyour ... The object 'str1' in the OP's sample code is pointing to a string ...
    (comp.lang.c)
  • Re: How to enter a price value from right to left?
    ... Valworks on a null string, ... both the textual value and the SelStart property of the textbox, ... > Bonj, thanks a lot ... ... > I had a crash when I highlighted the complete text and hit the ...
    (microsoft.public.vb.general.discussion)
  • Re: access 2003 crashing
    ... before it has finished the calculation and this causes the crash. ... Dim MySQL As String, MySQL1 As String, MySQL2 As String, Dt As String, ... As String, MySQL7 As String, cp As Currency, D As Currency ... 'UPDATE SERVICES SO THAT MONETARY DATA IS BLANK IN RST ...
    (microsoft.public.access.formscoding)
  • Re: How to enter a price value from right to left?
    ... > probably want to be rigorous as the general rule of thumb should be if it's ... > Valworks on a null string, ... > both the textual value and the SelStart property of the textbox, ... >>I had a crash when I highlighted the complete text and hit the ...
    (microsoft.public.vb.general.discussion)