PrimalSense question

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 17 years and 4 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.
User avatar
runnpe
Posts: 1
Last visit: Tue Oct 31, 2006 10:47 pm

PrimalSense question

Post by runnpe »

I am using PrimalScript Professional 4.0.482, primarily for VBScript development. When I create a variable for a certain type of object (example an Active Directory OU), it would be very helpful for PrimalSense to recognize that object for what it is.
For example:
dim objOU 'an OU object
Set objOU = GetObject(<LDAP path>)
objOU.Description = "Test OU"


It would be nice if PrimalSense would recognize that objOU was an OU object and give me a menu of all the different methods and properties for the OU once I typed "objOU." This would also be true for other AD objects like groups, users, etc.

Is there any way to do this?
This topic is 17 years and 4 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.