Hi Guys,

In VB6, the following code gives me the error "Method or data member not found"


Z = r1 * r2 * (pi / 2 + Math.asin(dFuelDepth / r2))

the highlighted item is asin

The error message appears immediately the sub containing the code is called. The sub is not even entered.

Any ideas please