NetTalk Central
Toggle navigation
Login
Register
×
Welcome,Guest
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
NetTalk Central
»
The Rest Of NetTalk
»
The Rest - Ask For Help
»
Problem with StringTheory GUID in Dictionary
« previous
next »
Print
Pages: [
1
]
Author
Topic: Problem with StringTheory GUID in Dictionary (Read 5746 times)
rupertvz
Sr. Member
Posts: 326
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
Logged
Bruce
Global Moderator
Hero Member
Posts: 11250
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
Logged
rupertvz
Sr. Member
Posts: 326
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."
Logged
terryd
Hero Member
Posts: 759
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"
Logged
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: 326
Re: Problem with StringTheory GUID in Dictionary
«
Reply #4 on:
October 26, 2016, 11:48:04 PM »
Thank you Terry, working ;-)
Logged
Print
Pages: [
1
]
« previous
next »
NetTalk Central
»
The Rest Of NetTalk
»
The Rest - Ask For Help
»
Problem with StringTheory GUID in Dictionary