Código Delphi [-] var tempPath: array [0..260] of char; begin tempPath := 'C:\'; ShowMessage(IntToStr(Length(string(tempPath)))); // 3
var tempPath: array [0..260] of char; begin tempPath := 'C:\'; ShowMessage(IntToStr(Length(string(tempPath)))); // 3