Author Topic: GetContextItem  (Read 2446 times)

danielhsh

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
GetContextItem
« on: September 15, 2010, 05:24:10 am »
can anyone give a example of how to use the method GetContextItem in Jscript, I tried passing a object into it, give me type mismatch error.

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: GetContextItem
« Reply #1 on: September 15, 2010, 09:27:30 am »
Try using GetContextItemType and GetContextObject instead.  Should provide the same end result.

danielhsh

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Re: GetContextItem
« Reply #2 on: September 15, 2010, 03:52:18 pm »
thanks, it works.