Thread
:
Programmatically creating an action
View Single Post
#
4
09-22-2014, 11:33 AM
kinook
Administrator
Join Date: 03-06-2001
Location: Colorado
Posts: 6,034
2 is 2-byte integer, 3 is 4-byte integer.
http://msdn.microsoft.com/en-us/library/cc237865.aspx
Either one is fine, but to explicitly set to 3, use
objStep.Property("ValueType") = CLng(4)
kinook
View Public Profile
Visit kinook's homepage!
Find all posts by kinook