185
C-Control Pro Mega Series
© 2008 Conrad Electronic
destination
pointer to destination string
source
pointer to source string
offset
Number of characters by which the source string is offset when copied to the destination
string..
If offset has the value STR_APPEND (
0xffff
) then the length of the destination string is assumed as
offset. In this case the source string is copied behind the destination string.
6.17.3 Str_Fill
String Functions (Library "
String_Lib.cc
")
Syntax
void Str_Fill(char dest[],char c,word len);
Sub Str_Fill(ByRef dest As Char,c As Char,len As Word)
Description
The string dest is filled with character c.
Parameter
dest pointer to destination string
c character that is written into the string
len count, how often c is written into the string
6.17.4 Str_Isalnum
String Functions (Library "
String_Lib.cc
")
Syntax
byte Str_Isalnum(char c);
Sub Str_Isalnum(c As Char) As Byte
Description
A character is tested if it is alphabetically or a digit.
Parameter
c tested character
Return Parameter
1 if the character
is alphabetically or a digit
(upper- or lowercase)
0 else
Содержание C-Control Pro Mega Series
Страница 1: ... 2008 Conrad Electronic C Control Pro Mega Series ...
Страница 9: ...VIII Inhalt 2008 Conrad Electronic ...
Страница 10: ...Part 1 ...
Страница 17: ...Part 2 ...
Страница 23: ...Part 3 ...
Страница 41: ...32 Hardware 2008 Conrad Electronic 3 3 5 3 Component Parts Plan ...
Страница 57: ...48 Hardware 2008 Conrad Electronic 3 4 5 3 Component Parts Plan ...
Страница 58: ...Part 4 ...
Страница 91: ...82 IDE 2008 Conrad Electronic ...
Страница 92: ...Part 5 ...
Страница 135: ...126 Compiler 2008 Conrad Electronic 31 1F US 63 3F 95 5F _ 127 7F DEL ...
Страница 136: ...Part 6 ...
Страница 231: ...Part 7 ...
Страница 240: ......