Author Topic: Q: How can I convert a Buffer ID to a name  (Read 3512 times)

Bamsen

  • Community Member
  • Posts: 66
  • Hero Points: 8
Q: How can I convert a Buffer ID to a name
« on: October 26, 2015, 02:35:30 PM »
Hi,

I am using _getBufferIdList(-1,Buffers); to get a list of Buffer IDs
How can I convert these IDs to names?
I tried vsBufGetName(Buffers[0], 0, 255, 0) but I get "Procedure vsBufGetName not found"

Is this the right function?
If so how do I declare / import it?
Are there another way this should be done?

---
Regards,
Morten A. Steien
« Last Edit: November 02, 2015, 12:41:39 PM by Bamsen »