Versions Compared

Key

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

...

U2_GetList()U2 Functions

Example

 
Code Block
Declare subroutine Rlist, U2_SaveList, FsMsg
 
* Select date in OpenInsight
 
Rlist("SELECT 20 CUSTOMERS",5,"","","")
 
* Save the Selected keys in a list on the U2 Server.
 
U2_SaveList("CUSTOMER_LIST","U2_VOLUME_1",3)
 
If Get_Status(errCodes) then
 
   FsMsg(errCodes)
 
end