|
|
楼主 |
发表于 2016-1-8 11:30:11
|
显示全部楼层
回复 3# 若枫
& e, D/ `; U% A; O
0 ~( c3 A$ P; i! V& u% W: O; e0 F/ }6 b
枫老大,这个是对没有加密的后处理加密吧,可是我是想在已经有加密的后处理的基础上再增加加密一些代码应该怎么弄呢?很想知道啊!例如下面代码原本已经有[STARTBIN]加密内容了,我怎么弄才可以把 pcant_out 这部分的内容也一起加密进去呢?
+ ~( ~* N5 D! t. y8 U% ypcant_10 #Canned text - output call
) p3 K# U: P% p cantext$ = cant_val10$( ?8 T0 s5 k* F4 `+ N( {
pcant_out! [8 U' G' f2 f: X, a' S
7 E& {* }& N+ Z: ]/ W$ x! opcant_out #Canned text - build the string for output
5 R) Y4 z1 B& `% [4 S #Assign string select type outputs# m l* X) q3 V) Q
if cantext$ = three, bld = one6 S& ?9 C% _3 K+ E4 n
if cantext$ = four, bld = zero
" j1 b2 d; U4 e C& i3 K1 j% I #Build the cantext string( V, e- M e8 h! n
if cantext$ = one, strcantext = strcantext + sm007 H6 P$ D( Z# M5 E0 q
if cantext$ = two, strcantext = strcantext + sm01
" s3 ^/ m" Q7 y6 x if cantext$ > four,4 c! w: x t- _# `2 O. G$ s! s
[! G+ Y+ @& v$ R; P5 N' {9 T- h/ {5 I& E
strtextno = no2str(cantext$)6 s* S$ F% p1 W' A
strcantext = strcantext + strm + strtextno0 c( n; e& z- M; O1 P( z
], S! c& n+ g8 W7 q
) f7 u8 M" X4 c- @
' Y& Y9 ~0 ], F+ I7 a
/ i' x: F8 p3 N6 R0 g# --------------------------------------------------------------------------
0 Q2 L; X8 N) s: U) F5 S$ R4 g. p" x+ H
[STARTBIN]5 }. _4 Z0 z/ ~5 d5 k- }
) {2 S* e2 t4 C) ~) p; K N; t+ K! @/ U7 o1 t
# -------------------------------------------------------------------------- |
|