Give us an idea what you're doing....
Did you check the help file for the function? This tells you how to connect up the scan from string function. I've been using it for years without any real problems.
Make sure the terminals for "Format specifier" (The conversion format you want to use %d for integer, %f for floating point) "Input string" (The string you want to scan from, i.e. "12.345"). You need two inputs, one is the string with the information you want to extract, the other is a specifier which lets the program exactly WHAT you want to extract.
Then it should actually work fine.
Hope this helps.
Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)