Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For example, if using C#, you will get the type "int?". You should change this to "int" when using the variables. E.g.:

Wiki Markup
Soap_Response_LicenseOrder RLO = c.GetLicenseOrderTemplate(L.token, (int) PL.result_array\[0\].ProductTemplates\[0\].id);

...