I running a script using the Toolbox in ArcMap, and the script requires inputs to run. Most of these inputs such as file names and folders are pretty straight forward. However, some of the parameters the script uses are simple floating numeric values. The list of parameter types includes "Any Value", and "Long", but these do not work. "Long" requires an integer, and "Any Value seems to behave as though it is looking for a data set.
I can simply set the values in the script, but I want to be able to hand off this tool to folks who would use it in the Toolbox, rather than having to access the script directly. Thanks, and my apologies for what is likely a simple problem!