I need some help with making a BSTR. I need to make two BSTR in to 1 and I can't seem to make it work. The finished product needs to look like this:
ItemOpen("ID")

ID is the other BSTR. So how I combine two BSTRs together?

I have tried:
PHP Code:
BSTR cmd;
cmd SysAllocString(L"ItemOpen(\"" ID "\")"); 
Thanks