Reply To: Added function "GetBinName" to CovPType

Why OSVVM™? Forums OSVVM Added function "GetBinName" to CovPType Reply To: Added function "GetBinName" to CovPType

#1139
Torsten
Member

Line, as defined in textio package, is string access type:

type line is access string;

When I have strings of unknown length, I also use an access type. But maybe there is another option, which I don’t know…