Hello Guest it is March 28, 2024, 09:52:52 AM

Author Topic: VB / LUA evaluation- no license key  (Read 3806 times)

0 Members and 1 Guest are viewing this topic.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: VB / LUA evaluation- no license key
« Reply #10 on: April 06, 2018, 08:45:35 AM »
ok ,sorry.
anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.
Re: VB / LUA evaluation- no license key
« Reply #11 on: April 06, 2018, 10:03:16 AM »
Pretty sure I am in correct directory - get syntax errors with syntax errors infile and none when I remove them.

I parked this problem for a bit - glad to hear the feedback  on LUA and MACH4, might move towards there.

Offline TPS

*
  •  2,501 2,501
    • View Profile
Re: VB / LUA evaluation- no license key
« Reply #12 on: April 06, 2018, 10:41:47 AM »
i have tested this code here:

Code: [Select]
tool = GetSelectedTool()
Dim UsersName As String
UsersName = AskTextQuestion("Please enter your name:")
Message "Please change tool now" & UsersName & "!"
MsgBox "Current tool at start of change is "    & GetSelectedTool()
SetCurrentTool( tool )

run fine.

post a copy of your M6Start as an attachment, probably there are characters you do not see
in a normal text Editor.

anything is possible, just try to do it.
if you find some mistakes, in my bad bavarian english,they are yours.