Quote:
@Vince, how do you know if it represents a starting point or a single character?
|
Since Vince didnt actually answered these (he did but not in a way you expect since it was in his first post). You dont know if its starting point or a single character. You pass starting address, function that formats or prints string just starts from there and goes up until it gets to a null character or hits array size limit (pawn keeps track of these at compilation time).