Project

General

Profile

Bug #786

Functions placed after Print will not work on F5 help.

Added by Brian Flanagan almost 3 years ago. Updated almost 3 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
Start date:
06/20/2021
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

For example, for any of the following:

Print Abs(-30.5)
Print Sin(60)
Print Cos(90)

...when placing the cursor just after the function name, the result is a help box for:

Print ITEMS

...vs...

= Abs(number)
= Sin(number)
= Cos(number)

Even by themselves, Sin and Cos don't work properly.
The help comes up, but there is no heading.
An error is also displayed:

File system not available at line: 811, column: 5 in file main.aoz

NOTE: There IS NO main.aoz!!! (The code had a name like BugXYZ.aoz)

#1

Updated by Brian Flanagan almost 3 years ago

See also bug 761. May be partially related.

Also available in: Atom PDF