Skip to content

[VFP] SET SECONDS ON/OFF compiler error #2026

Description

@cpyrgas
SET SECONDS ON
SET SECONDS OFF

Both options result to error XS1503: Argument 1: cannot convert from 'string' to 'logic'

I checked the ppo, it's because it's preprocessed to

SetSeconds("ON")

but the function expects a logic.

Metadata

Metadata

Assignees

Labels

FoxProFoxPro dialectUDCUser Defined Commandsbug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions