Navigation bar
  Start Previous page
 11 of 283 
Next page End 6 7 8 9 10 11 12 13 14 15 16  

2
Memory-related Routines
copy a sequence of bits from one part of RAM to another
copy data from one part of RAM to another
extract a bit from a value in RAM
copy data from Program Memory to RAM
copy data from Persistent Memory to RAM
copy data from Program Memory to RAM
determine the RAM address of a variable
determine the RAM address of a variable
compare two blocks of data in RAM
copy data from one part of RAM to another
initialize a block of memory with a byte value
read a byte from Persistent Memory
write a byte to Persistent Memory
set or clear a bit in a value in RAM
copy data from RAM to Program Memory
copy data from RAM to Persistent Memory
copy data from RAM to Program Memory
read a byte from RAM
read a 32-bit value from RAM
read a 16-bit value from RAM
write a byte to RAM
write a 32-bit value to RAM
write a 16-bit value to RAM
allocate a block of memory
deallocate a block of memory
determine the amount of unused space in the heap
determine the amount of space reserved for the heap
determine the RAM address of a variable
String-related Routines
Asc() 
extract a character value from a string
Chr() 
convert a character value to a string
Fmt() 
convert a Single value to a string
convert upper case letters to lower case in a string
Left()
return the leftmost characters from a string
Len() 
determine the number of characters in a string
Mid() 
extract or set a substring in a string
return the rightmost characters from a string
determine the address where string characters are stored
compare two strings, optionally ignoring alphabetic case
search for the first occurrence of a string within a string
replace character sequences in a string
determine the characteristics of a string
Trim()
remove leading and trailing spaces from a string
convert lower case letters to upper case in a string
convert string characters to the equivalent Integer value
convert string characters to the equivalent Long value
convert string characters to the equivalent Single value
Previous page Top Next page