Use Long for ASC result
This commit is contained in:
parent
1ec3e9ad34
commit
e607dd98de
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd">
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Archive" script:language="StarBasic" script:moduleType="normal">Sub archMark14
|
||||
<script:module xmlns:script="http://openoffice.org/2000/script" script:name="Archive" script:language="StarBasic" script:moduleType="normal">Sub archMark15
|
||||
|
||||
End Sub
|
||||
|
||||
|
@ -417,7 +417,7 @@ End Sub
|
|||
|
||||
|
||||
Function isLowerCase(character As String) As Boolean
|
||||
Dim charNum As Integer
|
||||
Dim charNum As Long
|
||||
If (character = "") Then
|
||||
charNum = ASC(""+0)
|
||||
Else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue