Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
2
13
 
14
15
16
hc_characterdataReplaceDataExceedsLengthOfData
17
Curt Arnold
18
19
    If the sum of the offset and count exceeds the length then
20
   all the characters to the end of the data are replaced.
21
 
22
   Retrieve the character data from the last child of the
23
   first employee.  The "replaceData(offset,count,arg)"
24
   method is then called with offset=0 and count=50 and
25
   arg="2600".  The method should replace all the characters
26
   with "2600". This is because the sum of the offset and
27
   count exceeds the length of the character data.
28
29
 
30
2002-06-09
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46