What is RAM Data Access - Bentley

'- Generally, API do not expect string buffers longer than 255 characters '- C & VB both treat a string array as an array of pointers to string data '- Most API require you to pass the length of the string and to fill the string wih spaces 'Arrays '- Pass entire array by passing the first element of the array ByRef '- Pass individual elements ... ................
................