Jump to content

flavius.lupu

Members
  • Posts

    5
  • Joined

  • Last visited

flavius.lupu's Achievements

Novice

Novice (1/7)

0

Reputation

  1. Hello guys , i can provide you with my solution. I bought a license for 4.03 and used that same license to activate an instance of the 4.01 software(this version does not have the problem). Hope it helps!
  2. you can use the cid variable like plugin.exe %cid%
  3. unfortunatley buddbrother is right . I've tried nchto's solution but it is not working Try this , on OGM 1 make local call variable named test and assign value initialValue to it. then go to OGM 2. On ogm 2 , set the variable to secondValue and go to OGM 3. On ogm 3 , do not do anything just goto ogm %test%. Unfortunatley test will have the first assigned value (that is initialValue for the current sample). In our sample should have tried to open secondValue ogm but is trying to open initialValue ogm . I think you got it. Why i am pressing on this , because we allready have a licence for IVM 4.01 and we want to buy a new one but we cannot use it unless we can reasign variables. We've created nice things with IVM but this functionality is an absolut MUST for us. Can you NCH guys check this out ? Thank you very mutch.
  4. i've solved my problem and i am positive that plasma has the same problem. In the plugin i've wrote to the console with writeline and i should have used only write. It was Console.WriteLine(sResult); and should have been Console.Write(sResult); The extra \cr made the variable not to match the name of the next OGM. Hope this helps you plasma.
  5. no i believe this is not the cause , i have it set uo right , just like you've said. Still no succes. Anybody ?
×
×
  • Create New...