FromAnsi function

Description

The FromAnsi function is unsupported.

Workaround

Replace the FromAnsi function with String function.

Example

The original code:

FromAnsi ( blob )

The modified code in PowerBuilder 9:

String(blob)

The modified code in PowerBuilder 10:

String(blob, EncodingANSI!)