Heya,
Pressing F1 in "Redim" or searching for it in the help window doesn't find any documentation regarding it.
// Moved from "Bugs - Documentation" to "General Discussion" (Kiffi)
[PB6.03beta5] ReDim can't be found in documentation
- marcoagpinto
- Addict
- Posts: 1051
- Joined: Sun Mar 10, 2013 3:01 pm
- Location: Portugal
- Contact:
-
- Addict
- Posts: 4789
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: [PB6.03beta5] ReDim can't be found in documentation
Pressing F1 on Redim shows the Dim page of the help here (PB 6.03 beta 5 (x64) on Windows).marcoagpinto wrote: Tue Aug 22, 2023 9:46 am Pressing F1 in "Redim" or searching for it in the help window doesn't find any documentation regarding it.
And Redim is explained on that page.
- marcoagpinto
- Addict
- Posts: 1051
- Joined: Sun Mar 10, 2013 3:01 pm
- Location: Portugal
- Contact:
Re: [PB6.03beta5] ReDim can't be found in documentation
Yes, I have just scrolled down to the bottom of the help, sorry!
What about when we are writing it in the IDE?
It shows no syntax.
What about when we are writing it in the IDE?
It shows no syntax.
Re: [PB6.03beta5] ReDim can't be found in documentation
From the help file:marcoagpinto wrote: Tue Aug 22, 2023 10:20 am Yes, I have just scrolled down to the bottom of the help, sorry!
What about when we are writing it in the IDE?
It shows no syntax.
Code: Select all
Command help in the status bar:
While typing, the IDE will show the needed parameters for any PureBasic
function whose parameters you are currently typing. This makes it easy
to see any more parameters you still have to add to this function. This
also works for procedures, prototypes, interfaces or imported functions
in your code as long as they are declared in the same source code or
project.
Re: [PB6.03beta5] ReDim can't be found in documentation
You can make a link at the beginning of the page
But I don't know if this will be a problem when compiling the help file to other platforms.
Here's an example
Similarly, the structures
Code: Select all
<li><a href="#ReDim"><u><font size="3">ReDim</font></u></a></li>
...
<a name="ReDim"></a>
Here's an example
Similarly, the structures
https://www.purebasic.com/documentation ... endif.html
Re: [PB6.03beta5] ReDim can't be found in documentation
My statement was in reference only to syntax help appearing in the status bar not in the help file.