For Each context help

Post feature requests, product enhancement ideas, and other product-specific suggestions here. Do not post bug reports.
Forum rules
Do not post any licensing information in this forum.
This topic is 15 years and 11 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
huntsecker
Posts: 99
Last visit: Mon Jan 04, 2016 1:47 am

For Each context help

Post by huntsecker »

Would it be possible to have context help for objects in a for each loop ?

Code: Select all

For Each folder In colSubs
    Folder.' <-- would be nice to get context help here :)
Next
Cheers
User avatar
Alexander Riedel
Posts: 8478
Last visit: Tue Mar 26, 2024 8:52 am
Answers: 19
Been upvoted: 37 times

For Each context help

Post by Alexander Riedel »

I'll see if anything can be done.
But in a typeless language it is not always possible
to determine what the objects in a collection are.
At least not until you actually run the code.

Alex

Alexander Riedel
SAPIEN Technologies, Inc.
This topic is 15 years and 11 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked