
PRO
rz90208
USA
Asked
— Edited
I am saving a number in to a variable and when I retrieve the number from the variable it is in exponential notation. Is it possible to tell ARC NOT to do this? The number I am storing is the conversation ID to be sent to a chatbot.
RichardZ
@ptp
Please forgive me as I'm not a programmer but the reason, as I see in the example above :
if ($str1=="12345 foo")
is not coming up with a "good" in the output is because a space is needed before foo
$str1=$str1 + " foo"
If you know this and I am not understanding what is going on, please forgive me?
@HerrBall
you missed the step 1
I understand now says the grasshopper to the master ... lol. I do see the problem now, and glad you took the time to point it out to me.
Richard, I am familiar with Botlibre, I had replied to your old thread and tested your old code and got it work just fine and I built and tested chat bot in BotLibre. I did not like it myself as it did not fit my needs.
If you'd like to share your own specific code that you are specifically having an issue with getting to work with Botlibre I'd be happy to take a look. I don't seem to have special start conversation requirements with my Botlibre bot.
BTW, SELF as a scripting programming language is really obscure, while it's roots have been around 30 years and they say it inspired JavaScript.
If it were me I would be personally be temped to steer clear of SELF scripting if possible and stick to the AIML because that is XML and that's a lot easier to read and follow and find tutorials and videos online to learn about.
BUT if you do want to learn more about SELF BOTLibres own documents claim it uses JavaScript. So if you wanted to really learn more you could seek online learning resources on JavaScript because you should be able to find a TON and what you learn there should translate back to SELF.
Resolved: https://synthiam.com/Community/Questions/10928
ez-script is now using 64 bit number instead of 32
@Justin Thanks for the interest. I will post something when I get home this evening.
RichardZ
@Justin Ok Justin you asked for it. This is the Get User Data Routine:
The unas.bat file runs the following VBScript file.