I am happily using a call via ⎕NA to define "ps" as "winmm" (to play ".WAV" files) via:
Code: Select all
'ps'⎕NA'Winmm.dll|mciSendStringW <0t >0t i U'
Code: Select all
'#.ps'⎕NA'Winmm.dll|mciSendStringW <0t >0t i U'
DOMAIN ERROR
'#.ps'⎕NA'Winmm.dll|mciSendStringW <0t >0t i U'
∧ ∧
Is this Domain Error correct, or should I be able to define "#.ps"?