Options
GET_URL_LIST with code?
I'm trying to get the list of IP addresses with the GET_URL_LIST function, but I'm not having any luck other than to get the number of URL's in the list. I'm able to use the ADD_URL_ENTRY function with no problem but I'm at a loss as to the correct coding to use. Any suggestions would be appreciated.
Comments
Show the code.
Isn't the structure defined in the netlinx.axi file?
Here's the code...
Changed code, tried SINTEGER and SLONG for the LOCAL_VAR cnt, and get compile warnings, but the code does work now. Any ideas?
You don?t need local_vars unless they?re declared that way for debugging purposes.
Thanks Joe, LOCAL_VARS were used just for debugging. Appreciate your help.