User Tools

Site Tools


string_char_byte

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
string_char_byte [2018/01/24 11:08] wolfgangriedmannstring_char_byte [2018/02/12 07:10] wolfgangriedmann
Line 47: Line 47:
 aChars := cString:ToCharArray()</code> aChars := cString:ToCharArray()</code>
  
 +If you need to initialize a byte array (as every array), you need to write as follows:
 +<code>local aBuffer as byte[]
  
 +aBuffer := Byte[]{ 128 }</code>
string_char_byte.txt · Last modified: 2018/08/20 04:04 by wolfgangriedmann