To respond to your first comment, the VI I posted will not work with LabVIEW 5.* because it uses high-level generation and filtering VIs that were first introduced with LabVIEW 6.0.
To respond to your second comment, there is only one way to represent complex values. If you want to represent your result using polar coordinates, use the conversion primitive "Complex to Polar" (in the Numeric>>Complex palette) but the result will be 2 real values, resp. "r" and "theta".