warning 224: indeterminate array size in "sizeof" expression (symbol "maxlength")
#2

In the TestText function, the function is accepting an array (text[]) from any size, because of that it can't know what size the array is. When you try to use the strreplace function, the function tries to resolve the size of this array, but since the size it's unknown, it can't, and displays that warning.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)