|
|
|
Forum MVP
      
Group: Forum Members
Last Login: Today @ 5:01:25 PM
Posts: 336,
Visits: 897
|
|
According to the explanation following the fourth (and last) example code snip in the Casting topic in the online E-Basic Help, "The script attempts to cast each object that is retrieved to a SlideVisualStim object." But the example script does not contain any cast. Following the earlier example, shouldn't the line
Set theSlideVisualStim = Stimulus.States.Item(_
Stimulus.ActiveState).Objects(nObject)
instead read
Set theSlideVisualStim = CSlideVisualStim(Stimulus.States.Item(_
Stimulus.ActiveState).Objects(nObject))
?
-- David McFarlane, Professional Faultfinder
|
|
|
|