number of arg. does not match definition
#2

name is not an array.

Furthermore you need to use strlen(name) in order to check its length.

And it's empty since you don't assign it any value.

You could simply use params for input since there's no point in copying it into name first, and then copy it again into your array.
Use isnull(params) to check whether its empty or not.
Reply


Messages In This Thread
number of arg. does not match definition - by SymonClash - 27.02.2019, 10:54
Re: number of arg. does not match definition - by NaS - 27.02.2019, 11:28
Re: number of arg. does not match definition - by TheToretto - 27.02.2019, 11:40
Re: number of arg. does not match definition - by SymonClash - 27.02.2019, 12:52
Re: number of arg. does not match definition - by Kaliber - 27.02.2019, 12:57
Re: number of arg. does not match definition - by SymonClash - 27.02.2019, 13:13

Forum Jump:


Users browsing this thread: 1 Guest(s)