Hello Guest it is April 18, 2024, 06:08:54 AM

Author Topic: Mach Script Interpreter Bugs  (Read 3721 times)

0 Members and 1 Guest are viewing this topic.

Mach Script Interpreter Bugs
« on: January 15, 2009, 10:33:53 AM »
1. Print function no longer works. This used to work now it fails. It happened in one of the updates I'm running the lockdown now.

Sub Main()
Dim X as Int
X = 1
Print X
End Sub

2. GetVar(2002) returns the wrong value. Its -100 off of the correct value.

Offline zealous

*
  •  489 489
  • HI!
    • View Profile
    • Artsoft Solutions
Re: Mach Script Interpreter Bugs
« Reply #1 on: January 15, 2009, 05:22:05 PM »
I agree, it has been taken out!

Request it back in on the Yahoo forum as well.
I prefer using PRINT in certain situations when access is need to Mach.

Otherwise you have to use the MSGBOX and yes this doesn’t allow you access to Mach will this dialog its up, that is why in certain situations I do not like using it.
« Last Edit: January 15, 2009, 06:17:06 PM by zealous »
Re: Mach Script Interpreter Bugs
« Reply #2 on: January 15, 2009, 06:08:55 PM »
I did code MsgBox into my scripts and its a nicer control than just print. But print is quick and dirty when you just need to display an OK box.

I tried to apply for the Yahoo forum and never got an email. Not to mention I don't understand why people don't use the mach site forum for mach related issues. Why a third party newsgroup, SMF is wayyy nicer than a hard to read unorganized news group.