Skip to content

Instantly share code, notes, and snippets.

View telecomadm1145's full-sized avatar

telecomadm1145

  • China
View GitHub Profile
@telecomadm1145
telecomadm1145 / FileManager.ppl
Last active February 18, 2024 17:42
Hp Prime 文件管理器
#pragma mode( separator(.,;) integer(h32) )
EXPORT lineheight:=0;
EXPORT ansicp:="936";
EXPORT useansi:=0;
EXPORT fullscreen:=0;
LOCAL Render(file,ptr,lh,vv,typ)
BEGIN
LOCAL cx:=0;
LOCAL cy:=0;
LOCAL sz := AFilesB(file);