Hi All
I have declared a fix length string as such:
MyString is string on 255
Has anyone done any brute force tests on passing data of greater length to a string declared with a fixed length, say X? Are there any gotchas or does it only pass the X number of characters? Any errors or failures that can be expected?
Cheers
André
I have declared a fix length string as such:
MyString is string on 255
Has anyone done any brute force tests on passing data of greater length to a string declared with a fixed length, say X? Are there any gotchas or does it only pass the X number of characters? Any errors or failures that can be expected?
Cheers
André