Type any word
Code: Select all
cm_exit yahooooo
Type any sequence of numbers
Code: Select all
cm_exit 1234567890
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
cm_exit yahooooo
Code: Select all
cm_exit 1234567890
This is expected. Can be easily checked on .vbs:Elwin_Ransom wrote: 2022-10-09, 21:22 UTCType any sequence of numberspress Enter — this will switch TC architecture.Code: Select all
cm_exit 1234567890
Code: Select all
Test 1
Test 2
Test 4
Sub Test(N)
If (1234567890 And N) = N Then MsgBox N & " accounted in the sum"
End Sub
This uses the character code of the first character as parameter. This is done for CM_*OPENDRIVES, where you can specify eithercm_exit yahooooo
As Fla$her writes, the numeric parameter is a sum, and higher additions are ignored because they might be added in later versions.cm_exit 1234567890
Maybe you meant that the "y" is converted to 121? Did you mean the ASCII code of the "y" character or something else?"y" is converted to 110