NetTalk Central

The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: rupertvz on October 24, 2016, 07:15:25 AM

Title: Problem with StringTheory GUID in Dictionary
Post by: rupertvz on October 24, 2016, 07:15:25 AM
Hi Guys,

I added the global section and variable as described in the help file for priming GUID value, but receiving the following error with compile,
Perhaps something I am doing wrong here?

--- See attached
Title: Re: Problem with StringTheory GUID in Dictionary
Post by: Bruce on October 24, 2016, 10:56:27 PM
A . is not a valid character in a variable name.
so calling your variable
st.set
is not allowed.

cheers
Bruce
Title: Re: Problem with StringTheory GUID in Dictionary
Post by: rupertvz on October 24, 2016, 11:04:53 PM
Thanks Bruce,

Perhaps I misunderstood from the documentation?

"Create a global variable inside this section called ST. Set the "Data Type" to Type and set the "Base Type" to StringTheory."
Title: Re: Problem with StringTheory GUID in Dictionary
Post by: terryd on October 25, 2016, 06:01:26 AM
Hi rupert. I think you have to read this as
Create a global variable called ST
After that Set the data type to Type
After that set the "Base Type" to "StringTheory"
Title: Re: Problem with StringTheory GUID in Dictionary
Post by: rupertvz on October 26, 2016, 11:48:04 PM
Thank you Terry, working ;-)