NetTalk Central

Author Topic: Problem with StringTheory GUID in Dictionary  (Read 3753 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 313
    • View Profile
    • Email
Problem with StringTheory GUID in Dictionary
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11155
    • View Profile
Re: Problem with StringTheory GUID in Dictionary
« Reply #1 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

rupertvz

  • Sr. Member
  • ****
  • Posts: 313
    • View Profile
    • Email
Re: Problem with StringTheory GUID in Dictionary
« Reply #2 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."

terryd

  • Hero Member
  • *****
  • Posts: 759
    • View Profile
    • Davcomm
    • Email
Re: Problem with StringTheory GUID in Dictionary
« Reply #3 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"
Terry Davidson
Windows 10 64 bit/Windows7 64bit
Clarion 9.1.11529/Clarion10 12567
Nettalk 913
Nettalk 1015
StringTheory267/Winevent515/XFiles298/MessageBox239/Cryptonite186

rupertvz

  • Sr. Member
  • ****
  • Posts: 313
    • View Profile
    • Email
Re: Problem with StringTheory GUID in Dictionary
« Reply #4 on: October 26, 2016, 11:48:04 PM »
Thank you Terry, working ;-)