Bobt
12-16-2003, 02:18 PM
This call gives me an error ???
ShowMarkerFlags(true )
Here is my TScript below.
CreateShortCut ("7", code( TESTIT() ), "OrderedFocus", KbdPriority)
TESTIT() =
{
ShowMarkerFlags(true)
}
ShowMarkerFlags(true )
Here is my TScript below.
CreateShortCut ("7", code( TESTIT() ), "OrderedFocus", KbdPriority)
TESTIT() =
{
ShowMarkerFlags(true)
}