Why does an ANY data type in API call StringFromGuid2() not give me a fixed GUID?

Of course, the guid is a clarion group which is treated as a string in Clarion, and I see in the docs, the RAW attribute comes into play. I was thinking it might have been the Real not being aligned.

Now I know. Thanks! :grinning:

Edit.

But if the Raw attribute was coming into play, then shouldnt the compiler have complained about the use of ANY instead of ? as the datatype?