From: Carlos
To: [email protected]

1. Press Insert+0 or CapsLock+0 depending on the keyboard layout to open the 
Script Manager.

2. Press Ctrl+Shift+D to open DEFAULT.JSS.

3. Press Control+F to open the
"Find"
dialog and either type or paste the following line to search for it:

Script SaySystemTime ()



Make sure to press Enter after typing in or pasting the above line.



4. Press Escape to close the

"Find"

dialog.



5. Arrow down until you find the following five lines:



If (IsSameScript ()) then

Let sTimeOrDate = FormatString (cmsgGetSysDate, SysGetDate ())

Else

Let sTimeOrDate = FormatString (cmsgGetSysTime, SysGetTime ())

endIf



6. Place a semicolon at the beginning of each of the above lines to comment 
them out.  For example,



;If (IsSameScript ()) then

;Let sTimeOrDate = FormatString (cmsgGetSysDate, SysGetDate ())

;Else

;Let sTimeOrDate = FormatString (cmsgGetSysTime, SysGetTime ())

;endIf



7. Immediately after the above five lines, press Enter to create a blank 
line.



8. Copy and paste the following text into the blank line:



Let sTimeOrDate = FormatString (cmsgGetSysTime, SysGetTime ())+" 
"+FormatString (cmsgGetSysDate, SysGetDate ())



9. Press Ctrl+S to save/recompile the script.



10. Press Insert+F12 or CapsLock+F12 depending on the keyboard layout and 
see if it works.

Carlos



For answers to frequently asked questions about this list visit:
http://www.jaws-users.com/help/

Reply via email to