-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erratic results when running legacy programs that do single character read #87
Comments
Unable to reproduce with:
Please provide code to reproduce. |
See attached export of a object script routine called readtest and attached sample output.
For all three read types the keys entered were / then * then ENTER
Hope this helps.
Mike Brown
[email protected]
… On 27 Jan 2017, at 17:47, Eduard ***@***.***> wrote:
Unable to reproduce.
USER > r a:2
/
USER > w a
/
Please provide code to reproduce.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://github.com/intersystems-ru/webterminal/issues/87#issuecomment-275727329>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJEhsMGNM_ptiZjwe2Ezw5IYMb0PxRmyks5rWi2YgaJpZM4Lv5Yf>.
|
Apologies Forgot the attachments
Mike Brown
[email protected]
… On 27 Jan 2017, at 17:47, Eduard ***@***.***> wrote:
Unable to reproduce.
USER > r a:2
/
USER > w a
/
Please provide code to reproduce.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://github.com/intersystems-ru/webterminal/issues/87#issuecomment-275727329>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJEhsMGNM_ptiZjwe2Ezw5IYMb0PxRmyks5rWi2YgaJpZM4Lv5Yf>.
|
@denhamson, attachments are still not attached (I guess the mail response doesn't work for attachments here). Thanks! |
Trying with pdf attachments, GitHub doesn’t appear to look xml or rtf file types.
Mike Brown
[email protected]
… On 27 Jan 2017, at 20:02, Nikita ***@***.***> wrote:
@denhamson <https://github.com/denhamson>, attachments are still not attached (I guess the mail response doesn't work for attachments here). Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <https://github.com/intersystems-ru/webterminal/issues/87#issuecomment-275760460>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJEhsG2UUB9apoqPQSoxOXKik56uDTE3ks5rWk1GgaJpZM4Lv5Yf>.
|
You are correct, GitHub doesn’t pick up attachments from emails, I have uploaded attachments directly to GitHub website.
Mike Brown
[email protected]
… On 27 Jan 2017, at 17:47, Eduard ***@***.***> wrote:
Unable to reproduce.
USER > r a:2
/
USER > w a
/
Please provide code to reproduce.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://github.com/intersystems-ru/webterminal/issues/87#issuecomment-275727329>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJEhsMGNM_ptiZjwe2Ezw5IYMb0PxRmyks5rWi2YgaJpZM4Lv5Yf>.
|
@denhamson, I still cannot see the attachments. Try using zip for other file types. You need just to drag&drop file onto the comment input here on GitHub. |
Done
Mike Brown
[email protected]
… On 27 Jan 2017, at 20:02, Nikita ***@***.***> wrote:
@denhamson <https://github.com/denhamson>, attachments are still not attached (I guess the mail response doesn't work for attachments here). Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <https://github.com/intersystems-ru/webterminal/issues/87#issuecomment-275760460>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJEhsG2UUB9apoqPQSoxOXKik56uDTE3ks5rWk1GgaJpZM4Lv5Yf>.
|
@denhamson, there is still no attachments. Please go directly to GitHub here: #87 and upload the files (zip). |
attachments |
|
Running a legacy program that executes command Read IN:TIMEOUT appears to work OK for alphabetic and numeric characters but returns strange results with punctuation characters. Examples "/" character input echoes as "¿" and "" character input echoes as "8" with corresponding wrong ascii values in the IN variable.
The text was updated successfully, but these errors were encountered: