[Done] IsPack()
[Done] IsPack()
Forgive me if this is in the wrong forum. I've searched the bug lists and I'm not sure if this is a bug or if I'm not using it right. But the debugger keeps telling me IsPack() is not a function. I have 6.21 Beta 9 installed. Anybody else having trouble with this?
Re: IsPack()
Can confirm, on PB 6.21 beta 9, Windows 10 21H2.
This code does it:
This code does it:
Code: Select all
Debug IsPack(0)
Re: IsPack()
PB 6.20 x64, here the function does not exist.
Re: IsPack()
Thank you for confirming.
Quin,
Tried that line in a blank file in the editor and I still get the error. It must be in my install.
Quin,
Tried that line in a blank file in the editor and I still get the error. It must be in my install.
Re: IsPack()
6.21 beta 9 windows x64 - confirmed, says does not exist.
Re: IsPack()
Nope, not in your install, that line was me showing how to get the problem to happenCatdaddy wrote: Wed May 07, 2025 5:50 pm Quin,
Tried that line in a blank file in the editor and I still get the error. It must be in my install.

Re: IsPack()
Aha. Thank you, Miso. I'm NOT crazy, then! Well, at least on this subject 

Re: IsPack()
Quin,
Sorry about that. I misread your post. Thank you for confirming.
Re: IsPack()
It's in the PB Help v6.20+, but it's never been exists.
Must be an error in the documentation.
Must be an error in the documentation.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: IsPack()
Don't think it's a doc error, it's even mentioned in the changelog. It just...doesn't workmk-soft wrote: Wed May 07, 2025 7:04 pm It's in the PB Help v6.20+, but it's never been exists.
Must be an error in the documentation.

Re: IsPack()
Maybe a not yet implemented future plan. Doc went ahead. Maybe...
I use packs and I'm fond of the Is() functions, but I started to write the needed parts with 5.73, while its working as a charm, I never took a look into the packer docs, and never tried that command or had problems with my old code. It also does not autocomplete, so it is mentioned in the docs only.
I use packs and I'm fond of the Is() functions, but I started to write the needed parts with 5.73, while its working as a charm, I never took a look into the packer docs, and never tried that command or had problems with my old code. It also does not autocomplete, so it is mentioned in the docs only.
Re: [Done] IsPack()
Fixed.