MSCEWI1047

The statement was converted but its functionality is not implemented yet.

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Severity

Medium

Description

The statement was recognized and it was converted but the converted code will not have the expected functionality because the implementation is not done yet.

The warning is added for the user to be aware that when the script uses this statement the script will not have the expected functionally equivalent.

Example source

Input code:

.SET SIDETITLES ON

Output code:

#** MSC-ERROR - MSCEWI1047 - THE STATEMENT WAS CONVERTED BUT ITS FUNCTIONALITY IS NOT IMPLEMENTED YET **
Export.side_titles(True)

Recommendations

Last updated