|
|
楼主 |
发表于 2016-1-8 11:30:11
|
显示全部楼层
回复 3# 若枫
. m& k3 Q' {! S, ?. F
1 k( ^1 J/ A. u. c2 r* I/ h* }# w0 V. F& a2 @& [! W
枫老大,这个是对没有加密的后处理加密吧,可是我是想在已经有加密的后处理的基础上再增加加密一些代码应该怎么弄呢?很想知道啊!例如下面代码原本已经有[STARTBIN]加密内容了,我怎么弄才可以把 pcant_out 这部分的内容也一起加密进去呢?1 _' D( n, U+ S8 M
pcant_10 #Canned text - output call- Z$ l8 w9 S- Z2 J, u
cantext$ = cant_val10$6 {" o8 d; c2 u! P1 T$ |# Z, j2 V
pcant_out6 B5 C# s4 W: X$ x K# h6 d3 v" N) P. E
; G" j1 v4 X4 v+ o
pcant_out #Canned text - build the string for output
M. i& `' B, k( s+ {( p0 @ #Assign string select type outputs, l+ h: [7 W! f/ P8 V% i
if cantext$ = three, bld = one# u" I. @8 T; E) [/ C! | ^& G
if cantext$ = four, bld = zero+ {* U: S& Y. n3 u- [+ G+ @
#Build the cantext string
. q! e; W; N: H% A7 |* Q$ U% r if cantext$ = one, strcantext = strcantext + sm00
, f+ O/ A( M6 _" r# b: w; w if cantext$ = two, strcantext = strcantext + sm01* X% Y0 R; Y8 H
if cantext$ > four,
' t4 m6 `! K" n1 J( V [
; |0 {: e: {* `3 o strtextno = no2str(cantext$)0 [% z. \* i6 @, F' J
strcantext = strcantext + strm + strtextno
8 T1 s$ b8 K7 g0 |$ i ]
) V# {5 j( f3 o! u' x; y, l
8 {; C7 ? W- F4 u
" T# C6 Y" @ N8 B$ ^1 P( G' a& t8 X% e9 {: X
# --------------------------------------------------------------------------
' X& ?0 Y$ a( a- |( V% S( J- f- F2 Q
[STARTBIN]
1 ]- w2 x7 w5 ? r4 M+ [
! S3 j9 j! P# G! a8 l, |( Q* t# V% y+ r2 T/ }
# -------------------------------------------------------------------------- |
|